Input Object Star Wars::PersonSubscriptionFilter

Input Fields

AND: [PersonSubscriptionFilter!]

Logical AND on all given filters.

OR: [PersonSubscriptionFilter!]

Logical OR on all given filters.

mutation_in: [_ModelMutationType!]

The subscription event gets dispatched when it's listed in mutation_in

updatedFields_contains: String

The subscription event gets only dispatched when one of the updated fields names is included in this list

updatedFields_contains_every: [String!]

The subscription event gets only dispatched when all of the field names included in this list have been updated

updatedFields_contains_some: [String!]

The subscription event gets only dispatched when some of the field names included in this list have been updated

node: PersonSubscriptionFilterNode

Uses

Subscription.Person

PersonSubscriptionFilter.AND

PersonSubscriptionFilter.OR