OBJECT
AccountProductPricingEntityEdge
A Relay edge containing a AccountProductPricingEntity and its cursor.
link GraphQL Schema definition
- type AccountProductPricingEntityEdge {
- # The item at the end of the edge
- : AccountProductPricingEntity
- # A cursor for use in pagination
- : String!
- }