CartSetCustomerInput
No description
input CartSetCustomerInput {
customerId: Int!
}
Fields
CartSetCustomerInput.customerId
● Int!
non-null scalar
Customer unique identifier
Member Of
cartSetCustomer
mutation