Skip to main content

MarketplaceSubscriptionCountableConnection

A connection to a list of items.

type MarketplaceSubscriptionCountableConnection {
pageInfo: PageInfo!
edges: [MarketplaceSubscriptionCountableEdge!]!
totalCount: Int!
}

Fields

MarketplaceSubscriptionCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection

MarketplaceSubscriptionCountableConnection.edges ● [MarketplaceSubscriptionCountableEdge!]! non-null object

Contains the nodes in this connection

MarketplaceSubscriptionCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Returned By

marketplaceSubscriptions query

Was this page helpful?