-
Notifications
You must be signed in to change notification settings - Fork 32
ValidationError VariableTypeNotFound despite presence in the schema #204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
hey @EdmundsEcho can you try to execute: |
Great question. It returns
My schema describes the
The
In my case the
The
If the
If only to promote some ideas, if this is what is going on, then perhaps there are two things to consider:
- E |
One last observation for this evening. In the
Conclusion: |
Does the library support using variables :: InputObject, instances of |
Might anyone know what might cause the
VariableTypeNotFound
error fromcompileQuery
being generated despite, what seems like a valid schema that includes the type requested type definition?Here is what I'm seeing: The call
... generates a
Left
error implying a missing type definition... despite the definition being present in the successful
makeSchema
callThank you to anyone that might have some ideas.
- E
The text was updated successfully, but these errors were encountered: