INTERFACE

GitObject

Represents a Git object.

link GraphQL Schema definition

  • interface GitObject {
  • id: ID!
  • # The Git object ID
  • oid: GitObjectID!
  • # The Repository the Git object belongs to
  • repository: Repository!
  • }