Skip to content

BinaryBlob

No description

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

Size of the blob in bytes

Returns up to 32 KiB of binary content.

Notice: this field is deprecated. Prefer to use the content field.