Class GraphQLQueryImpl
java.lang.Object
se.liu.ida.hefquin.engine.wrappers.graphql.query.impl.GraphQLQueryImpl
- All Implemented Interfaces:
 Query,GraphQLQuery
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
fieldPaths
 - 
queryArgs
 
 - 
 - 
Constructor Details
- 
GraphQLQueryImpl
 
 - 
 - 
Method Details
- 
toString
- Specified by:
 toStringin interfaceGraphQLQuery- Overrides:
 toStringin classObject- Returns:
 - a string version of the query
 
 - 
getFieldPaths
- Specified by:
 getFieldPathsin interfaceGraphQLQuery- Returns:
 - a Set with the fieldpaths for each field in the query (objects seperated by /)
 
 - 
getArgumentValues
public org.apache.jena.atlas.json.JsonObject getArgumentValues()- Specified by:
 getArgumentValuesin interfaceGraphQLQuery- Returns:
 - a jsonobject with the argument names to argument values for the query
 
 - 
getArgumentDefinitions
- Specified by:
 getArgumentDefinitionsin interfaceGraphQLQuery- Returns:
 - a mapping of argument names to argument types for the query.
 
 - 
buildQueryString
 
 -