graphql-api icon indicating copy to clipboard operation
graphql-api copied to clipboard

Question regarding updated features

Open EdmundsEcho opened this issue 4 years ago • 2 comments

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

EdmundsEcho avatar Mar 25 '20 14:03 EdmundsEcho

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?

teh avatar Mar 27 '20 21:03 teh

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?

EdmundsEcho avatar Mar 31 '20 14:03 EdmundsEcho