INTERFACE

NotificationRuleConnectionEdge

link GraphQL Schema definition

  • interface NotificationRuleConnectionEdge {
  • # Optional cursor to refer to this node
  • cursor: String
  • # Node element available through this edge
  • node: NotificationRule!
  • }