-
-
Notifications
You must be signed in to change notification settings - Fork 678
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
Issue with graphql-jit #554
Comments
If something works without JIT, it's a problem with Please open an issue on their repo and then try to find a cause of this issue - maybe we can make some workaround for that case. |
Thanks for the explanation. I will open an issue on their repo. |
Closing for a housekeeping purposes 🔒 |
I'm interested in this as well. Have you opened an issued already @numToStr? Can you please link it here? I can't find it. |
Hi, we run into the same limitation it would great to find out what's wrong to open a detailed error report in graphql-jit. |
Can we address this zalando-incubator/graphql-jit#69? |
Describe the bug
So, I am using
type-graphql
withfastify-gql
with has support forgraphql-jit
.When I enable jit in
fastify-gql
, first-time everything works fine, but second time I use a mutation with returns aUnion
. I get the error below.This error only comes when a mutation returns a
Union
. Other than that every mutation works fine.But when I disable the jit, everything works fine. I don't know if this is
type-graphql
specific error orgraphql-jit
error.BTW, thanks for this awesomee lib ❤️
Enviorment (please complete the following information):
The text was updated successfully, but these errors were encountered: