Skip to main content

ImportFileCountableConnection

A connection to a list of items.

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

Contains the nodes in this connection

ImportFileCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Returned By

importFiles query

Was this page helpful?