OBJECT

ReleaseConnection

The connection type for Release.

link GraphQL Schema definition

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