NotificationRouterConnection
NotificationRouterConnection is the structure for the list of notification routers.
type NotificationRouterConnection {
pageInfo: PageInfo!
nodes: [NotificationRouter!]!
edges: [NotificationRouterEdge!]!
totalCount: Int!
}