Skip to main content

GqlApiKeySearchInput

Input for searching and filtering GraphQL API keys

input GqlApiKeySearchInput {
page: Int!
offset: Int!
createdAt: DateSearchInput
lastModifiedAt: DateSearchInput
sortInputs: [GqlApiKeySortInput!]
ids: [String!]
active: Boolean
channelIds: [Int!]
}

Fields

GqlApiKeySearchInput.page ● Int! non-null scalar

Pagination page number

GqlApiKeySearchInput.offset ● Int! non-null scalar

Pagination offset number

GqlApiKeySearchInput.createdAt ● DateSearchInput input

Search by date created

GqlApiKeySearchInput.lastModifiedAt ● DateSearchInput input

Search by date changed

GqlApiKeySearchInput.sortInputs ● [GqlApiKeySortInput!] list input

Inputs to sort by

GqlApiKeySearchInput.ids ● [String!] list scalar

Filter by specific IDs

GqlApiKeySearchInput.active ● Boolean scalar

Filter by active status

GqlApiKeySearchInput.channelIds ● [Int!] list scalar

Filter by channel ID

Member Of

gqlApiKeys query