Skip to main content
Version: 3.x

ExportFileCountableConnection

No description

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

ExportFileCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned by

exportFiles query


Was this page helpful?