SyncASNInventoryPayload
Autogenerated return type of SyncASNInventory.
type SyncASNInventoryPayload {
asnIds: [ID!]!
clientMutationId: String
message: String
status: StatusResultEnum!
}
Fields
SyncASNInventoryPayload.asnIds ● [ID!]! non-null scalar common
SyncASNInventoryPayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
SyncASNInventoryPayload.message ● String scalar common
SyncASNInventoryPayload.status ● StatusResultEnum! non-null enum common
Returned By
syncAsnInventory mutation