OBJECT
_NotificationTargetTypePrivate
link GraphQL Schema definition
- type _NotificationTargetTypePrivate implements Node, NotificationTargetType {
- # Node-compatible opaque global identifier
- ID! :
- # RequiresAddress shows whether notification targets of this type need an address
- # to be passed in order to work.
- # Examples of address are email address, Slack channel, etc.
- Boolean! :
- # Notification target type
- String! :
- }