OBJECT

SubscriptionBenefitEdge

An element in a paginated list of subscription benefits.

link GraphQL Schema definition

1type SubscriptionBenefitEdge {
2
3# Opaque cursor describing this edge's position in the paginated list.
4cursor: Cursor!
5
6# The element node.
7node: SubscriptionBenefit
8
9}