@graphql-codegen/typescript-generic-sdk@3.0.0
Major Changes
- #8204
25a5b0f93Thanks @ardatan! - - Respect GraphQL Live Queries like Subscriptions and use the stream return types (AsyncIterableorObservable).- Previously if there was no
usingObservableFromset in the configuration, the plugin was usingPromiseas subscriptions' return type, and this is wrong. Now it usesAsyncIterablein this case.
- Previously if there was no