Skip to main content

RoleCondition

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

input RoleCondition {
id: String
name: String
isSystem: Boolean
templatePreset: String
version: Int
createdByWorkspaceAccountId: String
workspaceId: String
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
}

Fields

RoleCondition.id ● String scalar

Checks for equality with the object’s id field.

RoleCondition.name ● String scalar

Checks for equality with the object’s name field.

RoleCondition.isSystem ● Boolean scalar

Checks for equality with the object’s isSystem field.

RoleCondition.templatePreset ● String scalar

Checks for equality with the object’s templatePreset field.

RoleCondition.version ● Int scalar

Checks for equality with the object’s version field.

RoleCondition.createdByWorkspaceAccountId ● String scalar

Checks for equality with the object’s createdByWorkspaceAccountId field.

RoleCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

RoleCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

RoleCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

RoleCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

Member Of

roles query ● rolesConnection query