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