SyncInventoryPayload
Autogenerated return type of SyncInventory.
type SyncInventoryPayload {
clientMutationId: String
syncId: ID
}
Fields
SyncInventoryPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
SyncInventoryPayload.syncId ● ID scalar
The ID of the sync operation. This ID can be used to receive the status of the operation via a subscription.
Returned By
syncInventory mutation