@graphql-codegen/typescript-generic-sdk@3.0.0
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