INTERFACE

NotificationTargetTypeConnection

link GraphQL Schema definition

  • interface NotificationTargetTypeConnection {
  • # Count of notification target types in current page
  • count: Int!
  • # Relay-compatible connection edge
  • edges: [NotificationTargetTypeEdge!]
  • # List of notification target types in current page
  • notificationTargetTypes: [NotificationTargetType!]
  • # Relay-compatible paging information
  • pageInfo: PageInfo!
  • # Total count of notification target types
  • totalCount: Int
  • }