BinaryBlob
No description
type BinaryBlob implements Object, Blob { type: ObjectType! id: String! shortId: String! content: URL! size: Int! base64: String!}Fields
Section titled “Fields”BinaryBlob.type ● ObjectType!non-nullenum {#type}
Section titled “BinaryBlob.type ● ObjectType! {#type}”BinaryBlob.id ● String!non-nullscalar {#id}
Section titled “BinaryBlob.id ● String! {#id}”BinaryBlob.shortId ● String!non-nullscalar {#short-id}
Section titled “BinaryBlob.shortId ● String! {#short-id}”BinaryBlob.content ● URL!non-nullscalar {#content}
Section titled “BinaryBlob.content ● URL! {#content}”BinaryBlob.size ● Int!non-nullscalar {#size}
Section titled “BinaryBlob.size ● Int! {#size}”Size of the blob in bytes
BinaryBlob.base64 ● String!non-nullscalar {#base-64}
Section titled “BinaryBlob.base64 ● String! {#base-64}”Returns up to 32 KiB of binary content.
Notice: this field is deprecated. Prefer to use the content field.