INTERFACE

RepositoryNode

Represents a object that belongs to a repository.

link GraphQL Schema definition

  • interface RepositoryNode {
  • # The repository associated with this node.
  • repository: Repository!
  • }