Skip to content

Release 4c40f6fcc (from master)

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Aug 10:17
· 1055 commits to master since this release
2e727e5

@graphql-codegen/[email protected]

Major Changes

  • #8204 25a5b0f93 Thanks @ardatan! - - Respect GraphQL Live Queries like Subscriptions and use the stream return types (AsyncIterable or Observable).
    • Previously if there was no usingObservableFrom set in the configuration, the plugin was using Promise as subscriptions' return type, and this is wrong. Now it uses AsyncIterable in this case.