Skip to main content

ProductUpdatesPayload

No description

type ProductUpdatesPayload {
additionalData: JSON
event: String
newValue: String
partyId: 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.partyId ● ID scalar

The ID of the party that will receive the updates.

ProductUpdatesPayload.previousValue ● String scalar

The previous value of the field.

ProductUpdatesPayload.productId ● ID scalar

The Product ID for which updates will be received.

Returned By

productBrandUpdates subscription ● productCompanyUpdates subscription ● productUpdates subscription ● productUpdatesForParty subscription