CartStartInput
No description
input CartStartInput {
userId: Int
contactId: Int
customerId: Int
companyId: Int
language: String
}
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
CartStartInput.language
● String
scalar
Cart language.
Member Of
cartStart
mutation