Skip to content

Commit

Permalink
chore: upgrade graphql-codegen (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Oct 11, 2021
1 parent 1cf53c3 commit 926b421
Show file tree
Hide file tree
Showing 8 changed files with 1,629 additions and 935 deletions.
6 changes: 6 additions & 0 deletions .changeset/clever-ligers-switch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@accounts/graphql-api": patch
"@accounts/graphql-client": patch
---

Upgrade graphql-codegen packages
1 change: 1 addition & 0 deletions packages/graphql-api/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ generates:
config:
noNamespaces: true
noSchemaStitching: true
makeResolverTypeCallable: true
plugins:
- add:
content: '/* eslint-disable */'
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-api/introspection.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions packages/graphql-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
"@accounts/password": "^0.32.0",
"@accounts/server": "^0.33.0",
"@accounts/types": "^0.33.0",
"@graphql-codegen/add": "2.0.2",
"@graphql-codegen/cli": "1.21.4",
"@graphql-codegen/introspection": "1.18.2",
"@graphql-codegen/typescript": "1.22.0",
"@graphql-codegen/typescript-operations": "1.17.16",
"@graphql-codegen/typescript-resolvers": "1.19.1",
"@graphql-codegen/typescript-type-graphql": "1.18.4",
"@graphql-codegen/add": "3.1.0",
"@graphql-codegen/cli": "2.2.0",
"@graphql-codegen/introspection": "2.1.0",
"@graphql-codegen/typescript": "2.2.2",
"@graphql-codegen/typescript-operations": "2.1.6",
"@graphql-codegen/typescript-resolvers": "2.3.0",
"@graphql-codegen/typescript-type-graphql": "2.1.4",
"@graphql-modules/core": "0.7.17",
"@types/jest": "26.0.24",
"@types/request-ip": "0.0.35",
Expand Down

0 comments on commit 926b421

Please sign in to comment.