WorkspaceDocumentInput
An input for mutations affecting WorkspaceDocument
input WorkspaceDocumentInput {
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
}