Skip to main content

PayMethodSearchInput

No description

input PayMethodSearchInput {
page: Int
offset: Int
createdAt: DateSearchInput
lastModifiedAt: DateSearchInput
ids: [Int!]
externalCodes: [String!]
sortInputs: [PayMethodSortInput!]
}

Fields

PayMethodSearchInput.page ● Int scalar

Pagination page number. [Default to 1]

PayMethodSearchInput.offset ● Int scalar

Pagination offset number. [Default to 12]

PayMethodSearchInput.createdAt ● DateSearchInput input

Search by date created

PayMethodSearchInput.lastModifiedAt ● DateSearchInput input

Search by date changed

PayMethodSearchInput.ids ● [Int!] list scalar

List of primary identifiers

PayMethodSearchInput.externalCodes ● [String!] list scalar

List of external codes

PayMethodSearchInput.sortInputs ● [PayMethodSortInput!] list input

Inputs to sort by

Member Of

payMethods query