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
- }
link Require by
- AggFilterAggFilter is a filter used for aggragation queries
- EditFilterEditFilter is used to edit/patch docs/connections
- Mutation
- Query
- SearchConnectFilterSearchConnectFilter is used for searching for documents and adding connections based on whether they pass a Filter
- SearchConnectMeFilterSearchConnectMeFilter is used for searching for documents and adding connections from the origin user to the document based on whether they pass a Filter