Input Object Star Wars::StarshipSubscriptionFilter
Input Fields
AND: [StarshipSubscriptionFilter!]
Logical AND on all given filters.
OR: [StarshipSubscriptionFilter!]
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