Package graphql.execution.directives
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 TypeMethodDescriptioncom.google.common.collect.BiMap
<GraphQLDirective, Directive> resolveDirectives
(List<Directive> directives, GraphQLSchema schema, CoercedVariables variables, GraphQLContext graphQLContext, Locale locale)
-
Constructor Details
-
DirectivesResolver
public DirectivesResolver()
-
-
Method Details
-
resolveDirectives
public com.google.common.collect.BiMap<GraphQLDirective,Directive> resolveDirectives(List<Directive> directives, GraphQLSchema schema, CoercedVariables variables, GraphQLContext graphQLContext, Locale locale)
-