graphql-api
graphql-api copied to clipboard
Question regarding updated features
Hello,
I hope everyone is doing well despite Covid-19.
Does the library work with GraphiQL? Also, the version I'm using did not enable inputs for what I was doing (e.g., includes Union types). As a result, I have to parse the queries using the FromJSON type class. I was curious to know if I was using the library correctly, or if in fact it was a limitation.
Thank you in advance for letting me know.
- E
Hi - this library doesn't support introspection, so GraphiQL might work for running queries, but won't work for type completion, docs etc. Does that make sense?
In general, I had trouble generating dynamic queries using the input type. Are there limitations here?... otherwise, "it's me, not the library" :) For instance, are variables supported in queries and mutations?