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