Module query_structure::filter
source · Expand description
Filtering types to select records from the database
The creation of the types should be done with ScalarCompare and RelationCompare. CompositeCompare.
Structs
- Filter that is solely responsible for checking if a to-one related record is null. Todo there’s no good, obvious reason why this is a separate filter.
- Filtering with a scalar value. From a GraphQL point of view this is in the head of the query:
Enums
Traits
- Comparison methods for composite fields.
- Comparison methods for json fields
- Comparison methods for relational fields.
- Comparing methods for scalar fields.
- Comparison methods for scalar list fields.