Input Object Star Wars::FilmSubscriptionFilter

Input Fields

AND: [FilmSubscriptionFilter!]

Logical AND on all given filters.

OR: [FilmSubscriptionFilter!]

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: FilmSubscriptionFilterNode

Uses

Subscription.Film

FilmSubscriptionFilter.AND

FilmSubscriptionFilter.OR