Package graphql.execution.directives
Class DirectivesResolver
- java.lang.Object
-
- graphql.execution.directives.DirectivesResolver
-
public class DirectivesResolver extends java.lang.Object
This turns AST directives into runtime directives with resolved types and so on
-
-
Constructor Summary
Constructors Constructor Description DirectivesResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.BiMap<GraphQLDirective,Directive>
resolveDirectives(java.util.List<Directive> directives, GraphQLSchema schema, CoercedVariables variables, GraphQLContext graphQLContext, java.util.Locale locale)
-
-
-
Method Detail
-
resolveDirectives
public com.google.common.collect.BiMap<GraphQLDirective,Directive> resolveDirectives(java.util.List<Directive> directives, GraphQLSchema schema, CoercedVariables variables, GraphQLContext graphQLContext, java.util.Locale locale)
-
-