Skip to content

Blob

No description

interface Blob {
id: String!
type: ObjectType!
content: URL!
size: Int!
}

Size of the blob in bytes

BinaryBlob object ● TextBlob object