INPUT_OBJECT
PluginHitsExpressionsParams
link GraphQL Schema definition
- input PluginHitsExpressionsParams {
- # Operators other than [And/Or] must have this field selection
- : pluginHits
- : ExprOp!
- # Correct type of the field, [In] operator must have a list here
- : JSON
- # List of expressions, Must be applied when using [And/Or] operators
- : [PluginHitsExpressionsParams!]
- }