ProductUpdatesPayload
No description
type ProductUpdatesPayload {
additionalData: JSON
event: String
newValue: String
performerPartyId: ID
previousValue: String
productId: ID
}
Fields
ProductUpdatesPayload.additionalData ● JSON scalar
Additional data related to the event.
ProductUpdatesPayload.event ● String scalar
The event that occurred.
ProductUpdatesPayload.newValue ● String scalar
The new value of the field.
ProductUpdatesPayload.performerPartyId ● ID scalar
The ID of the party (user) that performed the update.
ProductUpdatesPayload.previousValue ● String scalar
The previous value of the field.
ProductUpdatesPayload.productId ● ID scalar
The Product ID that was updated.
Returned By
productBrandUpdates subscription ● productCompanyUpdates subscription ● productUpdates subscription ● productUpdatesForParty subscription