Class DirectivesResolver
java.lang.Object
graphql.execution.directives.DirectivesResolver
This turns AST directives into runtime directives with resolved types and so on
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveDirectives(List<Directive> directives, GraphQLSchema schema, Map<String, Object> variables, GraphQLContext graphQLContext, Locale locale)
-
Constructor Details
-
DirectivesResolver
public DirectivesResolver()
-
-
Method Details
-
resolveDirectives
public Map<String, List<GraphQLDirective>> resolveDirectives(List<Directive> directives, GraphQLSchema schema, Map<String, Object> variables, GraphQLContext graphQLContext, Locale locale)
-