ExportFileCountableConnection
No description
type ExportFileCountableConnection {
pageInfo: PageInfo!
edges: [ExportFileCountableEdge!]!
totalCount: Int
}
Fields
ExportFileCountableConnection.pageInfo
● PageInfo!
non-null object miscellaneous
Pagination data for this connection.
ExportFileCountableConnection.edges
● [ExportFileCountableEdge!]!
non-null object miscellaneous
ExportFileCountableConnection.totalCount
● Int
scalar miscellaneous
A total count of items in the collection.
Returned By
exportFiles
query