Skip to main content

PaymentsImportConnection

A connection to a list of items.

type PaymentsImportConnection {
edges: [PaymentsImportEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

PaymentsImportConnection.edges ● [PaymentsImportEdge] list object

A list of edges.

PaymentsImportConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

PaymentsImportConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

paymentsImports query