INTERFACE

NotificationTargetConnection

link GraphQL Schema definition

  • interface NotificationTargetConnection {
  • # Count of notification targets in current page
  • count: Int!
  • # Relay-compatible connection edge
  • edges: [NotificationTargetEdge!]
  • # List of notification targets in current page
  • notificationTargets: [NotificationTarget!]
  • # Relay-compatible paging information
  • pageInfo: PageInfo!
  • # Total count of notification targets
  • totalCount: Int
  • }