NotificationRouterEventTypeConnection
NotificationRouterEventTypeConnection is the structure for the list of even types
type NotificationRouterEventTypeConnection {
pageInfo: PageInfo!
nodes: [NotificationRouterEventType!]!
edges: [NotificationRouterEventTypeEdge!]!
totalCount: Int!
}
Fields
NotificationRouterEventTypeConnection.pageInfo ● PageInfo! non-null object
NotificationRouterEventTypeConnection.nodes ● [NotificationRouterEventType!]! non-null object
NotificationRouterEventTypeConnection.edges ● [NotificationRouterEventTypeEdge!]! non-null object
NotificationRouterEventTypeConnection.totalCount ● Int! non-null scalar
Returned By
searchEventTypes query