GiftCardCountableConnection Object
No description
type GiftCardCountableConnection {
pageInfo: PageInfo!
edges: [GiftCardCountableEdge!]!
totalCount: Int
}
Fields
pageInfo ● PageInfo!
Pagination data for this connection.
edges ● [GiftCardCountableEdge!]!
totalCount ● Int
A total count of items in the collection.
Returned By
giftCards query
Member Of
User object