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