OBJECT

NotificationConfigEdge

An edge in a connection.

link GraphQL Schema definition

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