OBJECT
EmailSubscriptionEdge
link GraphQL Schema definition
- type EmailSubscriptionEdge {
- # A cursor for use in pagination.
- : String!
- # The item at the end of the edge.
- : EmailSubscription
- }
OBJECT
- type EmailSubscriptionEdge {
- # A cursor for use in pagination.
- : String!
- # The item at the end of the edge.
- : EmailSubscription
- }