remorses / genql

Type safe TypeScript client for any GraphQL API
https://genql.dev
MIT License
872 stars 37 forks source link

Support for @defer #157

Open jasonkuhrt opened 9 months ago

jasonkuhrt commented 9 months ago

Defer is now support by Apollo Client. Will Genql support it eventually? https://the-guild.dev/blog/defer-support-codegen

sampolahtinen commented 9 months ago

Also very curious about this!

remorses commented 8 months ago

This will be possible if directives support is added, but only at the field level (need to add the directive on each field)