INTERFACE
NotificationTargetTypeConnection
link GraphQL Schema definition
- interface NotificationTargetTypeConnection {
- # Count of notification target types in current page
- Int! :
- # Relay-compatible connection edge
- NotificationTargetTypeEdge!] : [
- # List of notification target types in current page
- NotificationTargetType!] : [
- # Relay-compatible paging information
- PageInfo! :
- # Total count of notification target types
- Int :
- }