graffle-js / graffle

Simple GraphQL Client for JavaScript. Minimal. Extensible. Type Safe. Runs everywhere.
http://graffle.js.org/
MIT License
5.84k stars 308 forks source link

feat(extension): generator extensions #1196

Closed jasonkuhrt closed 1 day ago

jasonkuhrt commented 3 days ago

This PR allows extensions to extend the Graffle generator. This allows extensions to make themselves type safe which is a requirement for many features such as schema errors and custom scalars.

closes #1182