Blob
No description
interface Blob { id: String! type: ObjectType! content: URL! size: Int!}Fields
Section titled “Fields”Blob.id ● String!non-nullscalar {#id}
Section titled “Blob.id ● String! {#id}”Blob.type ● ObjectType!non-nullenum {#type}
Section titled “Blob.type ● ObjectType! {#type}”Blob.content ● URL!non-nullscalar {#content}
Section titled “Blob.content ● URL! {#content}”Blob.size ● Int!non-nullscalar {#size}
Section titled “Blob.size ● Int! {#size}”Size of the blob in bytes
Implemented By
Section titled “Implemented By”BinaryBlob object ● TextBlob object