Skip to main content

SyncProductsPayload

Autogenerated return type of SyncProducts.

type SyncProductsPayload {
clientMutationId: String
syncId: ID
}

Fields

SyncProductsPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

SyncProductsPayload.syncId ● ID scalar common

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