Text
Text
type Text {
accountId: ID!
cloudDocumentVersion: Int!
content: String!
createdAt: ISO8601DateTime!
data: JSON!
deletedAt: ISO8601DateTime
externalIdx: ID!
id: ID!
languageId: ID
localized: Boolean!
textableId: ID
textableType: String
title: String!
updatedAt: ISO8601DateTime!
webResourceId: ID
}
Fields
Text.accountId ● ID! non-null scalar
Account ID
Text.cloudDocumentVersion ● Int! non-null scalar
Cloud Document Version
Text.content ● String! non-null scalar
Content
Text.createdAt ● ISO8601DateTime! non-null scalar
Created at
Text.data ● JSON! non-null scalar
Data
Text.deletedAt ● ISO8601DateTime scalar
Deleted At
Text.externalIdx ● ID! non-null scalar
External IDx
Text.id ● ID! non-null scalar
ID
Text.languageId ● ID scalar
Language ID
Text.localized ● Boolean! non-null scalar
Localized
Text.textableId ● ID scalar
Textable ID
Text.textableType ● String scalar
Textable Type
Text.title ● String! non-null scalar
Title
Text.updatedAt ● ISO8601DateTime! non-null scalar
Updated at
Text.webResourceId ● ID scalar
Web Resource ID
Member Of
TextConnection object ● TextEdge object