OBJECT
ExportsConnection
A connection to a list of Export values.
link GraphQL Schema definition
- type ExportsConnection {
- # A list of `Export` objects.
- : [Export!]!
- # A list of edges which contains the `Export` and cursor to aid in pagination.
- : [ExportsEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `Export` you could get from the connection.
- : Int!
- }