jasonkuhrt / graphql-request

Minimal GraphQL client
MIT License
5.77k stars 307 forks source link

feat(graffle): incremental typed client #848

Closed jasonkuhrt closed 2 months ago

jasonkuhrt commented 2 months ago

This feature brings an incremental approach to client.

It allows client to incrementally be enhanced from raw to typed.

This is generally elegant library design.

It also provides a natural bridge for existing graphql-request users. They should be able to migrate to Graffle in a trivial way, exploring the typed client at their leisure.