OBJECT
Blob
Represents a Git blob.
link GraphQL Schema definition
- type Blob implements Node, GitObject {
- # Byte size of Blob object
- Int! :
- ID! :
- # Indicates whether the Blob is binary or text
- Boolean! :
- # Indicates whether the contents is truncated
- Boolean! :
- # The Git object ID
- GitObjectID! :
- # The Repository the Git object belongs to
- Repository! :
- # UTF8 text data or null if the Blob is binary
- String :
- }
link Require by
This element is not required by anyone