Skip to main content
Version: Canary 🚧

GiftCardCountableConnection

No description

type GiftCardCountableConnection {
pageInfo: PageInfo!
edges: [GiftCardCountableEdge!]!
totalCount: Int
}

Fields

GiftCardCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection.

GiftCardCountableConnection.edges ● [GiftCardCountableEdge!]! non-null object

GiftCardCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned by

giftCards query

Member of

User object


Was this page helpful?