OBJECT

ProtectedBranchConnection

The connection type for ProtectedBranch.

link GraphQL Schema definition

  • type ProtectedBranchConnection {
  • # A list of edges.
  • edges: [ProtectedBranchEdge]
  • # A list of nodes.
  • nodes: [ProtectedBranch]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # Identifies the total count of items in the connection.
  • totalCount: Int!
  • }