Skip to main content

ImportRowCountableConnection

A connection to a list of items.

type ImportRowCountableConnection {
pageInfo: PageInfo!
edges: [ImportRowCountableEdge!]!
totalCount: Int!
}

Fields

ImportRowCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection

ImportRowCountableConnection.edges ● [ImportRowCountableEdge!]! non-null object

Contains the nodes in this connection

ImportRowCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Returned By

importRows query

Was this page helpful?