Skip to main content

WorkspaceAccountRoleCondition

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

input WorkspaceAccountRoleCondition {
id: String
workspaceAccountId: String
roleId: String
assignedBy: String
assignedAt: Datetime
version: Int
workspaceId: String
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
}

Fields

WorkspaceAccountRoleCondition.id ● String scalar

Checks for equality with the object’s id field.

WorkspaceAccountRoleCondition.workspaceAccountId ● String scalar

Checks for equality with the object’s workspaceAccountId field.

WorkspaceAccountRoleCondition.roleId ● String scalar

Checks for equality with the object’s roleId field.

WorkspaceAccountRoleCondition.assignedBy ● String scalar

Checks for equality with the object’s assignedBy field.

WorkspaceAccountRoleCondition.assignedAt ● Datetime scalar

Checks for equality with the object’s assignedAt field.

WorkspaceAccountRoleCondition.version ● Int scalar

Checks for equality with the object’s version field.

WorkspaceAccountRoleCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

WorkspaceAccountRoleCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

WorkspaceAccountRoleCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

WorkspaceAccountRoleCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

Member Of

workspaceAccountRoles query ● workspaceAccountRolesConnection query