EpisodeConnection

エピソードとの関連をあらわします。

GraphQL Schema definition

  • type EpisodeConnection {
  • # A list of edges.
  • edges: [EpisodeEdge]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # エピソードの総数。
  • totalCount: Int!
  • }

Require by