Skip to main content

ImportFileCountableConnection

No description

type ImportFileCountableConnection {
pageInfo: PageInfo!
edges: [ImportFileCountableEdge!]!
totalCount: Int
}

Fields

ImportFileCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection.

ImportFileCountableConnection.edges ● [ImportFileCountableEdge!]! non-null object

ImportFileCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned By

importFiles query

Was this page helpful?