public class VariablesTypesMatcher
extends java.lang.Object
Constructor and Description |
---|
VariablesTypesMatcher() |
Modifier and Type | Method and Description |
---|---|
boolean |
doesVariableTypesMatch(GraphQLType variableType,
Value variableDefaultValue,
GraphQLType expectedType) |
GraphQLType |
effectiveType(GraphQLType variableType,
Value defaultValue) |
public boolean doesVariableTypesMatch(GraphQLType variableType, Value variableDefaultValue, GraphQLType expectedType)
public GraphQLType effectiveType(GraphQLType variableType, Value defaultValue)