PricesheetSearchInput
No description
input PricesheetSearchInput {
page: Int
offset: Int
createdAt: DateSearchInput
lastModifiedAt: DateSearchInput
ids: [String!]
contactIds: [Int!]
customerIds: [Int!]
companyIds: [Int!]
codes: [String!]
names: [String!]
priority: NumberSearchInput
readonly: Boolean
sortInputs: [PricesheetSortInput!]
}
Fields
PricesheetSearchInput.page ● Int scalar
Pagination page number
PricesheetSearchInput.offset ● Int scalar
Pagination offset number
PricesheetSearchInput.createdAt ● DateSearchInput input
Search by date created
PricesheetSearchInput.lastModifiedAt ● DateSearchInput input
Search by date changed
PricesheetSearchInput.ids ● [String!] list scalar
Search by ids
PricesheetSearchInput.contactIds ● [Int!] list scalar
Search by contact ids
PricesheetSearchInput.customerIds ● [Int!] list scalar
Search by customer ids
PricesheetSearchInput.companyIds ● [Int!] list scalar
Search by company ids
PricesheetSearchInput.codes ● [String!] list scalar
Search by pricesheet code
PricesheetSearchInput.names ● [String!] list scalar
Search by pricesheet name
PricesheetSearchInput.priority ● NumberSearchInput input
Search by pricesheet priority
PricesheetSearchInput.readonly ● Boolean scalar
Search by pricesheet readonly
PricesheetSearchInput.sortInputs ● [PricesheetSortInput!] list input
Inputs to sort by
Member Of
pricesheets query