github dotansimha/graphql-code-generator @graphql-codegen/typescript-urql@2.0.0

latest releases: release-1711538187754, @graphql-codegen/time@5.0.1, @graphql-codegen/client-preset@4.2.5...
3 years ago

Major Changes

  • 7f2bf15: Prefer generating React Hooks over React data components by default

    Breaking Changes

    The default configuration for this plugins has changed to:

    config:
      withHooks: true
      withComponent: false

    If you are using the generated Component from that plugin, you can turn it on by adding withComponent: true to your configuration.

Patch Changes

  • Updated dependencies [4266a15]
    • @graphql-codegen/visitor-plugin-common@1.17.12

Don't miss a new graphql-code-generator release

NewReleases is sending notifications on new releases.