INPUT_OBJECT
TranslationFieldFilter
link GraphQL Schema definition
1 input TranslationFieldFilter { 2 3 # By default, empty translations are filtered out; pass false to see them 4 Boolean : 5 6 # Limit fields to only include what you need 7 # 8 # Exactly one input field should be provided 9 StringMatch : 10 11 # Optionally reverse other conditions 12 String!] : [ 13 }