Skip to main content

ProductUpdatesPayload

No description

type ProductUpdatesPayload {
additionalData: JSON
event: String
newValue: String
performerPartyId: ID
previousValue: String
productId: ID
}

Fields

ProductUpdatesPayload.additionalData ● JSON scalar common

Additional data related to the event.

ProductUpdatesPayload.event ● String scalar common

The event that occurred.

ProductUpdatesPayload.newValue ● String scalar common

The new value of the field.

ProductUpdatesPayload.performerPartyId ● ID scalar common

The ID of the party (user) that performed the update.

ProductUpdatesPayload.previousValue ● String scalar common

The previous value of the field.

ProductUpdatesPayload.productId ● ID scalar common

The Product ID that was updated.

Returned By

productBrandUpdates subscription ● productCompanyUpdates subscription ● productUpdates subscription ● productUpdatesForParty subscription