CartSetContactInput
No description
input CartSetContactInput {
contactId: Int!
companyId: Int
}
Fields
CartSetContactInput.contactId
● Int!
non-null scalar
Contact unique identifier
CartSetContactInput.companyId
● Int
scalar
Company that the contact belongs to [If not provided the original parent company will be used]
Member Of
cartSetContact
mutation