OBJECT
FindingNotificationTargetConnection
link GraphQL Schema definition
- type FindingNotificationTargetConnection implements Connection, NotificationTargetConnection {
- # Count of notification targets in current page
- Int! :
- # Relay-compatible connection edge
- FindingNotificationTargetEdge!] : [
- # List of notification targets in current page
- FindingNotificationTarget!] : [
- # Relay-compatible paging information
- PageInfo! :
- # Total count of notification targets
- Int :
- }