ReorderCustomersPayload
Autogenerated return type of ReorderCustomers.
type ReorderCustomersPayload {
clientMutationId: String
data: Boolean
errors: [Error!]!
}
Fields
ReorderCustomersPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
ReorderCustomersPayload.data ● Boolean scalar
ReorderCustomersPayload.errors ● [Error!]! non-null object
List of errors
Returned By
reorderCustomers mutation