TitleConnection

タイトルとの関連をあらわします。

GraphQL Schema definition

  • type TitleConnection {
  • # A list of edges.
  • edges: [TitleEdge]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # タイトルの総数。
  • totalCount: Int!
  • }

Require by