OBJECT

ChangeLogsConnection

The connection type for ChangeLog.

link GraphQL Schema definition

  • type ChangeLogsConnection {
  • # A list of edges.
  • edges: [ChangeLogsEdge]
  • # A list of nodes.
  • nodes: [ChangeLog]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • }