WorkspaceDocumentCondition
A condition to be used against WorkspaceDocument object types. All fields are
tested for equality and combined with a logical ‘and.’
input WorkspaceDocumentCondition {
id: String
workspaceId: String
name: String
type: String
content: JSON
contentPlaintext: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
url: String
fileName: String
mimeType: String
uploadedByWorkspaceAccountId: String
}
Fields
WorkspaceDocumentCondition.id ● String scalar
Checks for equality with the object’s id field.
WorkspaceDocumentCondition.workspaceId ● String scalar
Checks for equality with the object’s workspaceId field.
WorkspaceDocumentCondition.name ● String scalar
Checks for equality with the object’s name field.
WorkspaceDocumentCondition.type ● String scalar
Checks for equality with the object’s type field.
WorkspaceDocumentCondition.content ● JSON scalar
Checks for equality with the object’s content field.
WorkspaceDocumentCondition.contentPlaintext ● String scalar
Checks for equality with the object’s contentPlaintext field.
WorkspaceDocumentCondition.version ● Int scalar
Checks for equality with the object’s version field.
WorkspaceDocumentCondition.deletedAt ● Datetime scalar
Checks for equality with the object’s deletedAt field.
WorkspaceDocumentCondition.updatedAt ● Datetime scalar
Checks for equality with the object’s updatedAt field.
WorkspaceDocumentCondition.createdAt ● Datetime scalar
Checks for equality with the object’s createdAt field.
WorkspaceDocumentCondition.url ● String scalar
Checks for equality with the object’s url field.
WorkspaceDocumentCondition.fileName ● String scalar
Checks for equality with the object’s fileName field.
WorkspaceDocumentCondition.mimeType ● String scalar
Checks for equality with the object’s mimeType field.
WorkspaceDocumentCondition.uploadedByWorkspaceAccountId ● String scalar
Checks for equality with the object’s uploadedByWorkspaceAccountId field.
Member Of
workspaceDocuments query ● workspaceDocumentsConnection query