Skip to main content

ResourceCondition

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

input ResourceCondition {
id: String
title: String
url: String
blob: String
blobType: String
accordId: String
ownerId: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
workspaceId: String
internal: Boolean
resourceId: String
parentFolderId: String
isPinned: Boolean
pinnedAt: Datetime
libraryResourceVersionId: String
description: String
fileName: String
previewImageUrl: String
pinnedOrder: Int
content: String
uploadedPreviewImageUrl: String
ownerWorkspacePlaceholderRoleId: String
allDomains: Boolean
}

Fields

ResourceCondition.id ● String scalar

Checks for equality with the object’s id field.

ResourceCondition.title ● String scalar

Checks for equality with the object’s title field.

ResourceCondition.url ● String scalar

Checks for equality with the object’s url field.

ResourceCondition.blob ● String scalar

Checks for equality with the object’s blob field.

ResourceCondition.blobType ● String scalar

Checks for equality with the object’s blobType field.

ResourceCondition.accordId ● String scalar

Checks for equality with the object’s accordId field.

ResourceCondition.ownerId ● String scalar

Checks for equality with the object’s ownerId field.

ResourceCondition.version ● Int scalar

Checks for equality with the object’s version field.

ResourceCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

ResourceCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

ResourceCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

ResourceCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

ResourceCondition.internal ● Boolean scalar

Checks for equality with the object’s internal field.

ResourceCondition.resourceId ● String scalar

Checks for equality with the object’s resourceId field.

ResourceCondition.parentFolderId ● String scalar

Checks for equality with the object’s parentFolderId field.

ResourceCondition.isPinned ● Boolean scalar

Checks for equality with the object’s isPinned field.

ResourceCondition.pinnedAt ● Datetime scalar

Checks for equality with the object’s pinnedAt field.

ResourceCondition.libraryResourceVersionId ● String scalar

Checks for equality with the object’s libraryResourceVersionId field.

ResourceCondition.description ● String scalar

Checks for equality with the object’s description field.

ResourceCondition.fileName ● String scalar

Checks for equality with the object’s fileName field.

ResourceCondition.previewImageUrl ● String scalar

Checks for equality with the object’s previewImageUrl field.

ResourceCondition.pinnedOrder ● Int scalar

Checks for equality with the object’s pinnedOrder field.

ResourceCondition.content ● String scalar

Checks for equality with the object’s content field.

ResourceCondition.uploadedPreviewImageUrl ● String scalar

Checks for equality with the object’s uploadedPreviewImageUrl field.

ResourceCondition.ownerWorkspacePlaceholderRoleId ● String scalar

Checks for equality with the object’s ownerWorkspacePlaceholderRoleId field.

ResourceCondition.allDomains ● Boolean scalar

Checks for equality with the object’s allDomains field.

Member Of

resources query ● resourcesConnection query