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