LoyaltyTransactionConnection
Paginated loyalty transactions
type LoyaltyTransactionConnection {
edges: [LoyaltyTransactionEdge!]!
pageInfo: LoyaltyPageInfo!
totalCount: Int!
}
Fields
LoyaltyTransactionConnection.edges ● [LoyaltyTransactionEdge!]! non-null object
Transaction edges
LoyaltyTransactionConnection.pageInfo ● LoyaltyPageInfo! non-null object
Pagination info
LoyaltyTransactionConnection.totalCount ● Int! non-null scalar
Total count of transactions
Returned By
loyaltyTransactions query