eddeee888 / graphql-code-generator-plugins

List of GraphQL Code Generator plugins that complements the official plugins.
MIT License
46 stars 11 forks source link

Add experimental support for `add` plugin #183

Closed eddeee888 closed 10 months ago

eddeee888 commented 10 months ago

Add experimental support for add plugin

Consumers can now use add plugin on the generated resolvers type (default types.generated.ts):

// codegen.ts
{
  generates: {
    'src/schema': defineConfig({
      add: {
        './types.generated.ts': { content: '/* eslint-disable */' },
      },
    })
  }
}
changeset-bot[bot] commented 10 months ago

🦋 Changeset detected

Latest commit: aa0243b23d426bd9e9daf2cb1556553180a700ca

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ---------------------------------------- | ----- | | @eddeee888/gcg-typescript-resolver-files | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

eddeee888 commented 10 months ago

/release-snapshot

github-actions[bot] commented 10 months ago

✅ Successfully published package/s with tag pr183-run301-1!