Skip to main content

CartSearchInput

No description

input CartSearchInput {
ids: [String!]
contactIds: [Int!]
customerIds: [Int!]
companyIds: [Int!]
page: Int
offset: Int
createdAt: DateSearchInput
lastModifiedAt: DateSearchInput
sortInputs: [CartSortInput!]
}

Fields

CartSearchInput.ids ● [String!] list scalar

Cart unique identifiers

CartSearchInput.contactIds ● [Int!] list scalar

Contact unique identifiers

CartSearchInput.customerIds ● [Int!] list scalar

Customer unique identifiers

CartSearchInput.companyIds ● [Int!] list scalar

Company unique identifiers

CartSearchInput.page ● Int scalar

Page number

CartSearchInput.offset ● Int scalar

Offset number

CartSearchInput.createdAt ● DateSearchInput input

Search by date created

CartSearchInput.lastModifiedAt ● DateSearchInput input

Search by date changed

CartSearchInput.sortInputs ● [CartSortInput!] list input

Inputs to sort by

Member Of

carts query