CartSetUserInput
No description
input CartSetUserInput {
userId: Int
contactId: Int
customerId: Int
companyId: Int
}
Fields
CartSetUserInput.userId
● Int
scalar
CartSetUserInput.contactId
● Int
scalar
Cart contact identifier. Goes in combination with companyId
CartSetUserInput.customerId
● Int
scalar
Cart customer identifier
CartSetUserInput.companyId
● Int
scalar
A company that contact belongs to. Goes in combination with contactId
Member Of
cartSetUser
mutation