OBJECT

EmailSubscriptionEdge

link GraphQL Schema definition

  • type EmailSubscriptionEdge {
  • # A cursor for use in pagination.
  • cursor: String!
  • # The item at the end of the edge.
  • node: EmailSubscription
  • }