Skip to main content

MarketplaceSubscriptionCountableConnection

No description

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

MarketplaceSubscriptionCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned By

marketplaceSubscriptions query

Was this page helpful?