graphql-client
graphql-client copied to clipboard
Introspection?
I've dabbled with this library in the past and, like others have mentioned, was concerned (and put off) that the amount of maintenance was decreasing. I'm impressed by how much effort you've put into pulling things together in the last few weeks Alexander! The now-hopefully-defunct 'subscriptions-api' branch has some support for Introspection queries, which I experimented with, and I wondered if any plans to pull this into Master too. My own personal wish is to simply be able to validate the client's defined schema vs. that presented by the server. (My server should be accessed only by a client library that I supply - I'd just like to flag up mismatches from any breaking changes in case they occur).
The subscriptions-api
branch is completely merged into the current release (despite it not saying so, was a lot of manual work because of the restructuring which had already been made in master)... and sending a introspection query is of course possible.
How do you imagine this to work?
Hi. I used to have a work-in-progress library on that branch that was starting to some introspection checks against server. I've pulled latest Master, but didn't (with a plain text search) see the same refs I was using e.g. 'IntrospectionGraphQLRequest' . I'll take another look though.
see also #43