Closed timtebeek closed 8 years ago
As seen in https://github.com/timtebeek/graphql-jpa-enum/commit/a918b08b59716fb50422ac49bc86b80c085206ef#diff-5f96389b4149619689e68e09eb2cd84dR59
When I try to pass an id argument of type Long to execute I get a ValidationError("Variable type doesn't match"). Debugging results in the following state:
Long
execute
ValidationError("Variable type doesn't match")
inputType = GraphQLScalarType{name='Long', description='Long type', coercing=graphql.Scalars$2@25dc2c0} variableType = GraphQLNonNull{wrappedType=GraphQLScalarType{name='Long', description='Built-in Long', coercing=org.crygier.graphql.JavaScalars$1@192ecf8}}
How can I update graphl-jpa to handle the Long id argument correctly?
As seen in https://github.com/timtebeek/graphql-jpa-enum/commit/a918b08b59716fb50422ac49bc86b80c085206ef#diff-5f96389b4149619689e68e09eb2cd84dR59
When I try to pass an id argument of type
Long
toexecute
I get aValidationError("Variable type doesn't match")
. Debugging results in the following state:How can I update graphl-jpa to handle the Long id argument correctly?