-
- All Implemented Interfaces:
public class QueryParser
-
-
Field Summary
Fields Modifier and Type Field Description public final static QueryParserINSTANCE
-
Method Summary
Modifier and Type Method Description final ParsedQueryparseFilter(Map<?, ?> filter, GraphQLFieldsContainer type)final ParsedQueryparseArguments(Map<String, Object> arguments, GraphQLFieldDefinition fieldDefinition, GraphQLFieldsContainer type)This parser takes all non-filter arguments of a graphql-field and transform it to the internal ParsedQuery-representation -
-
Method Detail
-
parseFilter
final ParsedQuery parseFilter(Map<?, ?> filter, GraphQLFieldsContainer type)
-
parseArguments
final ParsedQuery parseArguments(Map<String, Object> arguments, GraphQLFieldDefinition fieldDefinition, GraphQLFieldsContainer type)
This parser takes all non-filter arguments of a graphql-field and transform it to the internal ParsedQuery-representation
-
-
-
-