Release 4c40f6fcc (from master)
github-actions
released this
09 Aug 10:17
·
1055 commits
to master
since this release
@graphql-codegen/[email protected]
Major Changes
- #8204
25a5b0f93
Thanks @ardatan! - - Respect GraphQL Live Queries like Subscriptions and use the stream return types (AsyncIterable
orObservable
).- Previously if there was no
usingObservableFrom
set in the configuration, the plugin was usingPromise
as subscriptions' return type, and this is wrong. Now it usesAsyncIterable
in this case.
- Previously if there was no