Skip to content

TextBlob

No description

type TextBlob implements Object, Blob {
type: ObjectType!
id: String!
shortId: String!
content: URL!
size: Int!
text: String!
}

Size of the blob in bytes

Returns up to 128 KiB of text content. Use the content field if you need more.