Skip to main content

ApiKeyCondition

A condition to be used against ApiKey object types. All fields are tested for equality and combined with a logical ‘and.’

input ApiKeyCondition {
id: String
key: String
workspaceId: String
accountId: String
keyVersion: Int
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
createdByWorkspaceAccountId: String
name: String
roleId: String
isAgent: Boolean
}

Fields

ApiKeyCondition.id ● String scalar

Checks for equality with the object’s id field.

ApiKeyCondition.key ● String scalar

Checks for equality with the object’s key field.

ApiKeyCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

ApiKeyCondition.accountId ● String scalar

Checks for equality with the object’s accountId field.

ApiKeyCondition.keyVersion ● Int scalar

Checks for equality with the object’s keyVersion field.

ApiKeyCondition.version ● Int scalar

Checks for equality with the object’s version field.

ApiKeyCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

ApiKeyCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

ApiKeyCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

ApiKeyCondition.createdByWorkspaceAccountId ● String scalar

Checks for equality with the object’s createdByWorkspaceAccountId field.

ApiKeyCondition.name ● String scalar

Checks for equality with the object’s name field.

ApiKeyCondition.roleId ● String scalar

Checks for equality with the object’s roleId field.

ApiKeyCondition.isAgent ● Boolean scalar

Checks for equality with the object’s isAgent field.

Member Of

apiKeys query ● apiKeysConnection query