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

Introspection Model in GraphQL.Common

Open deinok opened this issue 7 years ago • 1 comments
trafficstars

deinok avatar May 12 '18 17:05 deinok

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.

sungam3r avatar Mar 20 '20 20:03 sungam3r