INPUT_OBJECT

TranslationFieldFilter

link GraphQL Schema definition

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