OBJECT
ExportConnection
The connection type for Export.
link GraphQL Schema definition
- type ExportConnection implements TotalCountInterface {
- : [String!]!
- # A list of edges.
- : [ExportEdge]
- : [String!]!
- # A list of nodes.
- : [Export]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }