Skip to content

Commit

Permalink
Graphql jit sdk (#6779)
Browse files Browse the repository at this point in the history
* GraphQL JIT SDK

* polish

* ...

* Changelog???

* Improvements

* Update snapshots

* Fix

* feat(visitor-plugin-common): support custom scalar type from extensions

* Respect original errors

* ...

* Better indentation
  • Loading branch information
ardatan committed Oct 13, 2021
1 parent 8ef92b8 commit b9e85ad
Show file tree
Hide file tree
Showing 14 changed files with 2,339 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/angry-emus-boil.md
@@ -0,0 +1,5 @@
---
'@graphql-codegen/visitor-plugin-common': minor
---

feat(visitor-plugin-common): support custom scalar type from extensions
5 changes: 5 additions & 0 deletions .changeset/lazy-pets-kneel.md
@@ -0,0 +1,5 @@
---
'@graphql-codegen/typescript-jit-sdk': major
---

NEW PLUGIN: GraphQL JIT SDK
7 changes: 7 additions & 0 deletions dev-test/codegen.yml
Expand Up @@ -266,6 +266,13 @@ generates:
- typescript
- typescript-operations
- typescript-vue-apollo-smart-ops
./dev-test/githunt/jit-sdk.ts:
schema: ./dev-test/githunt/schema.json
documents: ./dev-test/githunt/**/*.graphql
plugins:
- typescript
- typescript-operations
- typescript-jit-sdk
./dev-test/star-wars/types.ts:
schema: ./dev-test/star-wars/schema.json
documents: ./dev-test/star-wars/**/*.graphql
Expand Down

0 comments on commit b9e85ad

Please sign in to comment.