OBJECT
ProtectedBranchConnection
The connection type for ProtectedBranch.
link GraphQL Schema definition
- type ProtectedBranchConnection {
- # A list of edges.
- : [ProtectedBranchEdge]
- # A list of nodes.
- : [ProtectedBranch]
- # Information to aid in pagination.
- : PageInfo!
- # Identifies the total count of items in the connection.
- : Int!
- }