OBJECT
ExpiredSubscriptionEdge
An element in a paginated list of expired subscriptions.
link GraphQL Schema definition
1 type ExpiredSubscriptionEdge { 2 3 # Opaque cursor describing this edge's position in the paginated list. 4 : Cursor! 5 6 # The element node. 7 : ExpiredSubscription 8 9 }