INPUT_OBJECT
UserNotificationSubscriptionWhereInput
UserNotificationSubscriptionWhereInput is used for filtering UserNotificationSubscription objects. Input was generated by ent.
link GraphQL Schema definition
- input UserNotificationSubscriptionWhereInput {
- : UserNotificationSubscriptionWhereInput
- : [UserNotificationSubscriptionWhereInput!]
- : [UserNotificationSubscriptionWhereInput!]
- # id field predicates
- : ID
- : ID
- : [ID!]
- : [ID!]
- : ID
- : ID
- : ID
- : ID
- # enabled field predicates
- : Boolean
- : Boolean
- : Boolean
- : Boolean
- # frequency field predicates
- : UserNotificationSubscriptionFrequency
- : UserNotificationSubscriptionFrequency
- : [UserNotificationSubscriptionFrequency!]
- : [UserNotificationSubscriptionFrequency!]
- # subscription edge predicates
- : Boolean
- : [NotificationSubscriptionWhereInput!]
- # user edge predicates
- : Boolean
- : [UserWhereInput!]
- }