Skip to main content

ResourceEntitlementCondition

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

input ResourceEntitlementCondition {
id: String
libraryResourceId: String
resourceId: String
type: String
value: String
createdByWorkspaceAccountId: String
workspaceId: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
}

Fields

ResourceEntitlementCondition.id ● String scalar

Checks for equality with the object’s id field.

ResourceEntitlementCondition.libraryResourceId ● String scalar

Checks for equality with the object’s libraryResourceId field.

ResourceEntitlementCondition.resourceId ● String scalar

Checks for equality with the object’s resourceId field.

ResourceEntitlementCondition.type ● String scalar

Checks for equality with the object’s type field.

ResourceEntitlementCondition.value ● String scalar

Checks for equality with the object’s value field.

ResourceEntitlementCondition.createdByWorkspaceAccountId ● String scalar

Checks for equality with the object’s createdByWorkspaceAccountId field.

ResourceEntitlementCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

ResourceEntitlementCondition.version ● Int scalar

Checks for equality with the object’s version field.

ResourceEntitlementCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

ResourceEntitlementCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

ResourceEntitlementCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

Member Of

resourceEntitlements query ● resourceEntitlementsConnection query