LogConnection

視聴ログとの関連をあらわします。

GraphQL Schema definition

  • type LogConnection {
  • # A list of edges.
  • edges: [LogEdge]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # 該当する視聴ログの総数。
  • totalCount: Int!
  • }

Require by