Skip to main content

ZoneTaxCodeSearchInput

No description

input ZoneTaxCodeSearchInput {
page: Int
offset: Int
createdAt: DateSearchInput
lastModifiedAt: DateSearchInput
ids: [String!]
priceIds: [String!]
taxCodes: [Taxcode!]
zones: [String!]
sortInputs: [ZoneTaxCodeSortInput!]
}

Fields

ZoneTaxCodeSearchInput.page ● Int scalar

Pagination page number

ZoneTaxCodeSearchInput.offset ● Int scalar

Pagination offset number

ZoneTaxCodeSearchInput.createdAt ● DateSearchInput input

Search by date created

ZoneTaxCodeSearchInput.lastModifiedAt ● DateSearchInput input

Search by date changed

ZoneTaxCodeSearchInput.ids ● [String!] list scalar

Search by Zone tax code ids

ZoneTaxCodeSearchInput.priceIds ● [String!] list scalar

Search by price ids

ZoneTaxCodeSearchInput.taxCodes ● [Taxcode!] list enum

Search by tax code

ZoneTaxCodeSearchInput.zones ● [String!] list scalar

Search by zone code

ZoneTaxCodeSearchInput.sortInputs ● [ZoneTaxCodeSortInput!] list input

Inputs to sort by

Member Of

zoneTaxCodes query