ExportConnection
Implements the Relay Connection interface, used to paginate list of elements (Learn More)
type ExportConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [ExportEdge!]!
}
Fields
ExportConnection.totalCount ● Int! non-null scalar
Total number of elements in the list
ExportConnection.pageInfo ● PageInfo! non-null object
Information about the current, the previous and the next page
ExportConnection.edges ● [ExportEdge!]! non-null object
ExportEdge list
Interfaces
Connection interface
Relay Connection type, used to paginate list of element (Learn More)
Returned By
exports query