Skip to main content

AssignCustomerToUserInput

No description

input AssignCustomerToUserInput {
customerId: ID!
userId: ID
changeCustomerStatusToActive: Boolean
}

Fields

AssignCustomerToUserInput.customerId ● ID! non-null scalar

AssignCustomerToUserInput.userId ● ID scalar

AssignCustomerToUserInput.changeCustomerStatusToActive ● Boolean scalar

Should the mutation change the customer's status to Active.

Defaults to true.

Member of

assignCustomerToUser mutation