ExportFileCountableConnection
A connection to a list of items.
type ExportFileCountableConnection {
pageInfo: PageInfo!
edges: [ExportFileCountableEdge!]!
totalCount: Int!
}
Fields
ExportFileCountableConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection
ExportFileCountableConnection.edges ● [ExportFileCountableEdge!]! non-null object
Contains the nodes in this connection
ExportFileCountableConnection.totalCount ● Int! non-null scalar
Total quantity of existing nodes.
Returned By
exportFiles query