OBJECT
FindingNotificationTargetTypeConnection
link GraphQL Schema definition
- type FindingNotificationTargetTypeConnection implements Connection, NotificationTargetTypeConnection {
- # Count of notification target types in current page
- Int! :
- # Relay-compatible connection edge
- FindingNotificationTargetTypeEdge!] : [
- # List of notification target types in current page
- FindingNotificationTargetType!] : [
- # Relay-compatible paging information
- PageInfo! :
- # Total count of notification target types
- Int :
- }