-
- All Implemented Interfaces:
public final class ParsedQueryAn internal representation of all the filtering passed to a graphql field
-
-
Field Summary
Fields Modifier and Type Field Description private final List<FieldPredicate>fieldPredicatesprivate final List<RelationPredicate>relationPredicatesprivate final List<?>orprivate final List<?>and
-
Constructor Summary
Constructors Constructor Description ParsedQuery(List<FieldPredicate> fieldPredicates, List<RelationPredicate> relationPredicates, List<?> or, List<?> and)
-
Method Summary
Modifier and Type Method Description final List<FieldPredicate>getFieldPredicates()final List<RelationPredicate>getRelationPredicates()final List<?>getOr()final List<?>getAnd()final ConditiongetFieldConditions(PropertyContainer propertyContainer, String variablePrefix, String variableSuffix, SchemaConfig schemaConfig)-
-
Constructor Detail
-
ParsedQuery
ParsedQuery(List<FieldPredicate> fieldPredicates, List<RelationPredicate> relationPredicates, List<?> or, List<?> and)
-
-
Method Detail
-
getFieldPredicates
final List<FieldPredicate> getFieldPredicates()
-
getRelationPredicates
final List<RelationPredicate> getRelationPredicates()
-
getFieldConditions
final Condition getFieldConditions(PropertyContainer propertyContainer, String variablePrefix, String variableSuffix, SchemaConfig schemaConfig)
-
-
-
-