TextBlob
No description
type TextBlob implements Object, Blob { type: ObjectType! id: String! shortId: String! content: URL! size: Int! text: String!}Fields
Section titled “Fields”TextBlob.type ● ObjectType!non-nullenum {#type}
Section titled “TextBlob.type ● ObjectType! {#type}”TextBlob.id ● String!non-nullscalar {#id}
Section titled “TextBlob.id ● String! {#id}”TextBlob.shortId ● String!non-nullscalar {#short-id}
Section titled “TextBlob.shortId ● String! {#short-id}”TextBlob.content ● URL!non-nullscalar {#content}
Section titled “TextBlob.content ● URL! {#content}”TextBlob.size ● Int!non-nullscalar {#size}
Section titled “TextBlob.size ● Int! {#size}”Size of the blob in bytes
TextBlob.text ● String!non-nullscalar {#text}
Section titled “TextBlob.text ● String! {#text}”Returns up to 128 KiB of text content. Use the content field if you need more.