ChangeNotificationAction
No description
type ChangeNotificationAction implements NotificationAction {
id: ID!
name: String!
}
Fields
ChangeNotificationAction.id ● ID! non-null scalar
This notification action's ID.
ChangeNotificationAction.name ● String! non-null scalar
The name of this action.