INTERFACE
NotificationTargetConnection
link GraphQL Schema definition
- interface NotificationTargetConnection {
- # Count of notification targets in current page
- Int! :
- # Relay-compatible connection edge
- NotificationTargetEdge!] : [
- # List of notification targets in current page
- NotificationTarget!] : [
- # Relay-compatible paging information
- PageInfo! :
- # Total count of notification targets
- Int :
- }