OBJECT

NotificationSubscriptionEdge

An edge in a connection.

link GraphQL Schema definition

  • type NotificationSubscriptionEdge {
  • # The item at the end of the edge.
  • node: NotificationSubscription
  • # A cursor for use in pagination.
  • cursor: Cursor!
  • }