OBJECT

EpisodeConnection

An edge wraps a node and a cursor. Edges are returned by Connection types as a standard way to paginate through connection values.

link GraphQL Schema definition

  • type EpisodeConnection {
  • # The set of edges in this page.
  • edges: [EpisodeEdge]
  • # Metadata on the current page of data.
  • pageInfo: PageInfo!
  • # Aggregation operators for the Episode type.
  • aggregations: EpisodeAggregations
  • }

link Require by