Skip to main content
Version: Canary 🚧

GiftCardTagCountableConnection

No description

type GiftCardTagCountableConnection {
pageInfo: PageInfo!
edges: [GiftCardTagCountableEdge!]!
totalCount: Int
}

Fields

GiftCardTagCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection.

GiftCardTagCountableConnection.edges ● [GiftCardTagCountableEdge!]! non-null object

GiftCardTagCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned by

giftCardTags query


Was this page helpful?