Package graphql.validation.rules
Class VariablesTypesMatcher
- java.lang.Object
-
- graphql.validation.rules.VariablesTypesMatcher
-
public class VariablesTypesMatcher extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VariablesTypesMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
doesVariableTypesMatch(GraphQLType variableType, Value variableDefaultValue, GraphQLType expectedType)
GraphQLType
effectiveType(GraphQLType variableType, Value defaultValue)
-
-
-
Method Detail
-
doesVariableTypesMatch
public boolean doesVariableTypesMatch(GraphQLType variableType, Value variableDefaultValue, GraphQLType expectedType)
-
effectiveType
public GraphQLType effectiveType(GraphQLType variableType, Value defaultValue)
-
-