ReorderCustomersInput
Autogenerated input type of ReorderCustomers
input ReorderCustomersInput {
clientMutationId: String
customerIds: [ID!]!
}
Fields
ReorderCustomersInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
ReorderCustomersInput.customerIds ● [ID!]! non-null scalar
Customer ids
Member Of
reorderCustomers mutation