shurcooL / githubv4

Package githubv4 is a client library for accessing GitHub GraphQL API v4 (https://docs.github.com/en/graphql).
MIT License
1.1k stars 89 forks source link

Is there a handy way to convert a GraphQL query to the resulting Go code? #120

Open jamietanna opened 4 months ago

jamietanna commented 4 months ago

I was wondering if there's any way to convert a GraphQL query - for instance used with a GraphQL client - to the resulting Go code?