graphql-client
graphql-client copied to clipboard
Introspection Model in GraphQL.Common
trafficstars
When I was creating my own graphql client (before @rose-a began to support this project), I thought about providing means of introspection. On the one hand, it seemed to me that this was an interesting and useful feature. On the other hand, I suspected that in fact no one would use it. The result was the second. I have to warn that my graphql clients are generated automatically, so there is no need for introspection - all schema elements - types, fields and the necessary methods are already there. In other words, it seems to me that this project does not need work with introspection. This is the task of other utilities.