Skip to main content

AppPaymentMethodConnection

A connection to a list of items.

type AppPaymentMethodConnection {
edges: [AppPaymentMethodEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

AppPaymentMethodConnection.edges ● [AppPaymentMethodEdge] list object

A list of edges.

AppPaymentMethodConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

AppPaymentMethodConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

appPaymentMethods query