Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 268 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 268 Bytes

GraphQL Client Generator

  • Run go run main.go --endpoint <target graphql api endpoint> --header <header name>:<header value> to output the golang models for your API
    • Optionally use --generate flag to generate only types or functions

More to come! 🚀