PaymentsOtherConnectionsImportConnection
A connection to a list of items.
type PaymentsOtherConnectionsImportConnection {
edges: [PaymentsOtherConnectionsImportEdge]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
PaymentsOtherConnectionsImportConnection.edges ● [PaymentsOtherConnectionsImportEdge] list object
A list of edges.
PaymentsOtherConnectionsImportConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
PaymentsOtherConnectionsImportConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.