NotificationTypeFilter
Last edit: Oct 26, 2022
No description
type NotificationTypeFilter {
not_value: NotificationTypeEnum
not_value_in: [NotificationTypeEnum!]
value: NotificationTypeEnum
value_in: [NotificationTypeEnum!]
}