INTERFACE
GitObject
Represents a Git object.
link GraphQL Schema definition
- interface GitObject {
- ID! :
- # The Git object ID
- GitObjectID! :
- # The Repository the Git object belongs to
- Repository! :
- }
INTERFACE
Represents a Git object.
- interface GitObject {
- ID! :
- # The Git object ID
- GitObjectID! :
- # The Repository the Git object belongs to
- Repository! :
- }