OBJECT

ExportsConnection

A connection to a list of Export values.

link GraphQL Schema definition

  • type ExportsConnection {
  • # A list of `Export` objects.
  • nodes: [Export!]!
  • # A list of edges which contains the `Export` and cursor to aid in pagination.
  • edges: [ExportsEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `Export` you could get from the connection.
  • totalCount: Int!
  • }