Skip to main content

ShopifyWebhookTransactionCountableConnection

A connection to a list of items.

type ShopifyWebhookTransactionCountableConnection {
pageInfo: PageInfo!
edges: [ShopifyWebhookTransactionCountableEdge!]!
totalCount: Int!
}

Fields

ShopifyWebhookTransactionCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection

ShopifyWebhookTransactionCountableConnection.edges ● [ShopifyWebhookTransactionCountableEdge!]! non-null object

Contains the nodes in this connection

ShopifyWebhookTransactionCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Returned By

shopifyWebhookTransactions query

Member Of

Product object ● ProductVariant object

Was this page helpful?