You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey all. Right now the GraphQL spec is frozen. Do you all think this is a good place to put the specs to make them "living" documents instead? In that case I'd be willing to work on that.
The text was updated successfully, but these errors were encountered:
I have a first draft here: https://gist.github.com/s1na/77e5d54a9a305244571abc7871fdcbaa
This is an introspection query against geth's GraphQL endpoint. Clients could run the script against their implementation and compare the resulting schema. Because the REST APIs were in JSON I output these schema also in JSON. If a human-readable format is better we could output it in GraphQL's SDL (just like the EIP).
Update: added a file with the schema in SDL to the same gist.
Hey all. Right now the GraphQL spec is frozen. Do you all think this is a good place to put the specs to make them "living" documents instead? In that case I'd be willing to work on that.
The text was updated successfully, but these errors were encountered: