Skip to main content

ApikeysWhereInput

Apikeys where input. Filters are additive (AND)

input ApikeysWhereInput {
code_in: [ID!]
label: String
isActive: Boolean
organization: ID
role: ApikeyRole
includeArchived: Boolean
}

Fields

ApikeysWhereInput.code_in ● [ID!] list scalar

Filter by Apikeys Code

ApikeysWhereInput.label ● String scalar

Filter by Apikeys Name

ApikeysWhereInput.isActive ● Boolean scalar

Filter by Apikeys Status

ApikeysWhereInput.organization ● ID scalar

Filter by Organization Code

ApikeysWhereInput.role ● ApikeyRole enum

Filter by Apikeys Role

ApikeysWhereInput.includeArchived ● Boolean scalar

Filter by include archived