OBJECT

ReportConnection

The connection type for Report.

link GraphQL Schema definition

  • type ReportConnection {
  • cursors: [String!]!
  • # A list of edges.
  • edges: [ReportEdge]
  • # A list of nodes.
  • nodes: [Report]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • }

link Require by