INPUT_OBJECT
Filter
Filter is a generic filter using Common Expression Language
link GraphQL Schema definition
- input Filter {
- # gtype is the doc/connection type to be filtered
- String! :
- # expression is a CEL expression used to filter connections/nodes
- String :
- # limit is the maximum number of items to return
- Int! :
- # custom sorting of the results.
- String :
- # seek to a specific key for pagination
- String :
- # reverse the results
- Boolean :
- # search in a specific index
- String :
- }