Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotansimha/graphql-code-generator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.16.0
Choose a base ref
...
head repository: dotansimha/graphql-code-generator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.16.1
Choose a head ref
  • 13 commits
  • 52 files changed
  • 7 contributors

Commits on Jun 30, 2020

  1. v1.16.0

    theguild-bot committed Jun 30, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4cc9fc4 View commit details
  2. Update dependency eslint-plugin-react-hooks to v4.0.5 (#4305)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jun 30, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5032cb3 View commit details
  3. Update dependency apollo-server to v2.15.1 (#4306)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jun 30, 2020
    Copy the full SHA
    cc7a273 View commit details
  4. Update dependency @babel/preset-typescript to v7.10.4 (#4308)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jun 30, 2020
    Copy the full SHA
    74b6161 View commit details

Commits on Jul 2, 2020

  1. Update dependency inquirer to v7.3.0 (#4315)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jul 2, 2020
    Copy the full SHA
    b5de848 View commit details
  2. Update dependency yargs to v15.4.0 (#4318)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jul 2, 2020
    Copy the full SHA
    d336f31 View commit details

Commits on Jul 5, 2020

  1. feat(plugin): add doc for ts-apollo-next-ssr (#4316)

    * feat(plugin): add doc for ts-apollo-next-ssr
    
    * add hooks support
    
    Co-authored-by: Fabio Benedetti <fabio.benedetti@7-tv.de>
    correttojs and Fabio Benedetti authored Jul 5, 2020
    Copy the full SHA
    631150f View commit details
  2. Update dependency typescript to v3.9.6 (#4313)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jul 5, 2020
    Copy the full SHA
    993234a View commit details
  3. Update dependency nock to v13.0.2 (#4310)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jul 5, 2020
    Copy the full SHA
    e41780a View commit details
  4. Update dependency eslint to v7.4.0 (#4321)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jul 5, 2020
    Copy the full SHA
    1f25046 View commit details
  5. feat: allow hooks to be functions if used from node (#4319)

    This adds the ability to use hook functions instead of only run
    executabels as hooks.
    This option could only be used if integrating graphql-codegenerator
    directly from nodejs.
    
    Closes #4219
    KnisterPeter authored Jul 5, 2020
    Copy the full SHA
    a49335b View commit details
  6. [near-operation-files] added more tests, allow to override fragments …

    …imports manually (#4322)
    
    * fix docs and added test for presets
    
    * allow to manage fragments imports in near-operation-file
    dotansimha authored Jul 5, 2020
    Copy the full SHA
    1859210 View commit details
  7. Update graphql-tools monorepo to v6.0.12 (#4317)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jul 5, 2020
    Copy the full SHA
    9744dcb View commit details
Showing with 1,207 additions and 318 deletions.
  1. +16 −16 package.json
  2. +2 −2 packages/graphql-cli-codegen-plugin/package.json
  3. +5 −5 packages/graphql-codegen-cli/package.json
  4. +17 −8 packages/graphql-codegen-cli/src/hooks.ts
  5. +2 −2 packages/graphql-codegen-core/package.json
  6. +3 −3 packages/plugins/c-sharp/c-sharp-operations/package.json
  7. +3 −3 packages/plugins/c-sharp/c-sharp/package.json
  8. +3 −3 packages/plugins/flow/flow/package.json
  9. +4 −4 packages/plugins/flow/operations/package.json
  10. +4 −4 packages/plugins/flow/resolvers/package.json
  11. +4 −4 packages/plugins/java/apollo-android/package.json
  12. +3 −3 packages/plugins/java/common/package.json
  13. +4 −4 packages/plugins/java/java/package.json
  14. +4 −4 packages/plugins/java/kotlin/package.json
  15. +4 −4 packages/plugins/java/resolvers/package.json
  16. +2 −2 packages/plugins/other/add/package.json
  17. +2 −2 packages/plugins/other/fragment-matcher/package.json
  18. +2 −2 packages/plugins/other/introspection/package.json
  19. +3 −3 packages/plugins/other/jsdoc/package.json
  20. +2 −2 packages/plugins/other/schema-ast/package.json
  21. +2 −2 packages/plugins/other/time/package.json
  22. +3 −3 packages/plugins/other/visitor-plugin-common/package.json
  23. +3 −3 packages/plugins/typescript/apollo-angular/package.json
  24. +3 −3 packages/plugins/typescript/compatibility/package.json
  25. +3 −3 packages/plugins/typescript/document-nodes/package.json
  26. +3 −3 packages/plugins/typescript/generic-sdk/package.json
  27. +2 −2 packages/plugins/typescript/graphql-files-modules/package.json
  28. +4 −4 packages/plugins/typescript/graphql-request/package.json
  29. +4 −4 packages/plugins/typescript/mongodb/package.json
  30. +2 −2 packages/plugins/typescript/named-operations-object/package.json
  31. +3 −3 packages/plugins/typescript/oclif/package.json
  32. +4 −4 packages/plugins/typescript/operations/package.json
  33. +3 −3 packages/plugins/typescript/react-apollo-offix/package.json
  34. +3 −3 packages/plugins/typescript/react-apollo/package.json
  35. +4 −4 packages/plugins/typescript/resolvers/package.json
  36. +3 −3 packages/plugins/typescript/stencil-apollo/package.json
  37. +4 −4 packages/plugins/typescript/type-graphql/package.json
  38. +3 −3 packages/plugins/typescript/typescript/package.json
  39. +3 −3 packages/plugins/typescript/urql/package.json
  40. +3 −3 packages/plugins/typescript/vue-apollo/package.json
  41. +4 −4 packages/presets/import-types/package.json
  42. +4 −4 packages/presets/near-operation-file/package.json
  43. +25 −0 packages/presets/near-operation-file/src/index.ts
  44. +60 −0 packages/presets/near-operation-file/tests/near-operation-file.spec.ts
  45. +2 −2 packages/utils/config-schema/package.json
  46. +2 −2 packages/utils/graphql-codegen-testing/package.json
  47. +1 −1 packages/utils/plugins-helpers/package.json
  48. +6 −5 packages/utils/plugins-helpers/src/types.ts
  49. +398 −0 website/docs/plugins/typescript-apollo-next.md
  50. +33 −33 website/package.json
  51. +2 −1 website/sidebars.js
  52. +519 −124 yarn.lock
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-code-generator",
"version": "1.15.4",
"version": "1.16.0",
"private": true,
"scripts": {
"clean": "rimraf node_modules packages/{*,plugins/*/*,presets/*,utils/*}/node_modules",
@@ -41,22 +41,22 @@
},
"devDependencies": {
"auto-bind": "4.0.0",
"@graphql-tools/apollo-engine-loader": "6.0.11",
"@graphql-tools/code-file-loader": "6.0.11",
"@graphql-tools/utils": "6.0.11",
"@graphql-tools/load": "6.0.11",
"@graphql-tools/git-loader": "6.0.11",
"@graphql-tools/github-loader": "6.0.11",
"@graphql-tools/graphql-file-loader": "6.0.11",
"@graphql-tools/json-file-loader": "6.0.11",
"@graphql-tools/prisma-loader": "6.0.11",
"@graphql-tools/url-loader": "6.0.11",
"@graphql-tools/apollo-engine-loader": "6.0.12",
"@graphql-tools/code-file-loader": "6.0.12",
"@graphql-tools/utils": "6.0.12",
"@graphql-tools/load": "6.0.12",
"@graphql-tools/git-loader": "6.0.12",
"@graphql-tools/github-loader": "6.0.12",
"@graphql-tools/graphql-file-loader": "6.0.12",
"@graphql-tools/json-file-loader": "6.0.12",
"@graphql-tools/prisma-loader": "6.0.12",
"@graphql-tools/url-loader": "6.0.12",
"tslib": "2.0.0",
"@apollo/react-common": "3.1.4",
"@apollo/react-components": "3.1.5",
"@apollo/react-hoc": "3.1.5",
"@apollo/react-hooks": "3.1.5",
"@babel/preset-typescript": "7.10.1",
"@babel/preset-typescript": "7.10.4",
"@types/common-tags": "1.8.0",
"@types/glob": "7.1.2",
"@types/jest": "26.0.3",
@@ -73,17 +73,17 @@
"apollo-cache": "1.3.5",
"apollo-client": "2.6.10",
"apollo-link": "1.2.14",
"apollo-server": "2.15.0",
"apollo-server": "2.15.1",
"apollo-utilities": "1.3.4",
"@typescript-eslint/eslint-plugin": "3.5.0",
"@typescript-eslint/parser": "3.5.0",
"eslint": "7.3.1",
"eslint": "7.4.0",
"eslint-config-prettier": "6.11.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react-hooks": "4.0.4",
"eslint-plugin-react-hooks": "4.0.5",
"eslint-plugin-standard": "4.0.1",
"flow-bin": "0.128.0",
"flow-parser": "0.128.0",
@@ -100,7 +100,7 @@
"rimraf": "3.0.2",
"ts-jest": "26.1.1",
"stencil-apollo": "0.1.5",
"typescript": "3.9.5",
"typescript": "3.9.6",
"urql": "1.9.8",
"vue": "2.6.11"
},
4 changes: 2 additions & 2 deletions packages/graphql-cli-codegen-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-cli/codegen",
"version": "1.15.4",
"version": "1.16.0",
"description": "GraphQL Code Generator's GraphQL CLI plugin. GraphQL Code Generator is a tool that generates code from your GraphQL schema and documents for your backend or frontend with flexible support for custom plugins and templates.",
"license": "MIT",
"keywords": [
@@ -26,7 +26,7 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
},
"dependencies": {
"@graphql-codegen/cli": "1.15.4",
"@graphql-codegen/cli": "1.16.0",
"@graphql-cli/common": "4.0.0"
},
"main": "dist/index.cjs.js",
10 changes: 5 additions & 5 deletions packages/graphql-codegen-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/cli",
"version": "1.15.4",
"version": "1.16.0",
"license": "MIT",
"bin": {
"gql-gen": "dist/bin.js",
@@ -40,8 +40,8 @@
},
"homepage": "https://github.com/dotansimha/graphql-code-generator#readme",
"dependencies": {
"@graphql-codegen/core": "1.15.4",
"@graphql-codegen/plugin-helpers": "1.15.4",
"@graphql-codegen/core": "1.16.0",
"@graphql-codegen/plugin-helpers": "1.16.0",
"@graphql-tools/apollo-engine-loader": "^6.0.0",
"@graphql-tools/code-file-loader": "^6.0.0",
"@graphql-tools/git-loader": "^6.0.0",
@@ -65,7 +65,7 @@
"glob": "7.1.6",
"graphql-config": "^3.0.2",
"indent-string": "4.0.0",
"inquirer": "7.2.0",
"inquirer": "7.3.0",
"is-glob": "4.0.1",
"json-to-pretty-yaml": "1.2.2",
"listr": "0.14.3",
@@ -82,7 +82,7 @@
"upper-case": "2.0.1",
"valid-url": "1.0.9",
"wrap-ansi": "7.0.0",
"yargs": "15.3.1"
"yargs": "15.4.0"
},
"devDependencies": {
"@types/chokidar": "1.7.5",
25 changes: 17 additions & 8 deletions packages/graphql-codegen-cli/src/hooks.ts
Original file line number Diff line number Diff line change
@@ -15,14 +15,14 @@ const DEFAULT_HOOKS: Types.LifecycleHooksDefinition<string[]> = {
};

function normalizeHooks(
_hooks: Partial<Types.LifecycleHooksDefinition<string | string[]>>
): Types.LifecycleHooksDefinition<string[]> {
_hooks: Partial<Types.LifecycleHooksDefinition>
): Types.LifecycleHooksDefinition<(string | Types.HookFunction)[]> {
const keys = Object.keys({
...DEFAULT_HOOKS,
...(_hooks || {}),
});

return keys.reduce((prev: Types.LifecycleHooksDefinition<string[]>, hookName: string) => {
return keys.reduce((prev: Types.LifecycleHooksDefinition<(string | Types.HookFunction)[]>, hookName: string) => {
if (typeof _hooks[hookName] === 'string') {
return {
...prev,
@@ -36,7 +36,7 @@ function normalizeHooks(
} else {
return prev;
}
}, {} as Types.LifecycleHooksDefinition<string[]>);
}, {} as Types.LifecycleHooksDefinition<(string | Types.HookFunction)[]>);
}

function execShellCommand(cmd: string): Promise<string> {
@@ -60,16 +60,25 @@ function execShellCommand(cmd: string): Promise<string> {
});
}

async function executeHooks(hookName: string, scripts: string[] = [], args: string[] = []): Promise<void> {
async function executeHooks(
hookName: string,
scripts: (string | Types.HookFunction)[] = [],
args: string[] = []
): Promise<void> {
debugLog(`Running lifecycle hook "${hookName}" scripts...`);

for (const script of scripts) {
debugLog(`Running lifecycle hook "${hookName}" script: ${script} with args: ${args.join(' ')}...`);
await execShellCommand(`${script} ${args.join(' ')}`);
if (typeof script === 'string') {
debugLog(`Running lifecycle hook "${hookName}" script: ${script} with args: ${args.join(' ')}...`);
await execShellCommand(`${script} ${args.join(' ')}`);
} else {
debugLog(`Running lifecycle hook "${hookName}" script: ${script.name} with args: ${args.join(' ')}...`);
await script(...args);
}
}
}

export const lifecycleHooks = (_hooks: Partial<Types.LifecycleHooksDefinition<string | string[]>> = {}) => {
export const lifecycleHooks = (_hooks: Partial<Types.LifecycleHooksDefinition> = {}) => {
const hooks = normalizeHooks(_hooks);

return {
4 changes: 2 additions & 2 deletions packages/graphql-codegen-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/core",
"version": "1.15.4",
"version": "1.16.0",
"license": "MIT",
"repository": {
"type": "git",
@@ -38,7 +38,7 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.15.4",
"@graphql-codegen/plugin-helpers": "1.16.0",
"@graphql-tools/merge": "^6.0.0",
"@graphql-tools/utils": "^6.0.0",
"tslib": "~2.0.0"
6 changes: 3 additions & 3 deletions packages/plugins/c-sharp/c-sharp-operations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/c-sharp-operations",
"version": "1.15.4",
"version": "1.16.0",
"description": "GraphQL Code Generator plugin for generating ready-to-use Angular Components based on GraphQL operations",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
@@ -14,8 +14,8 @@
"graphql-tag": "2.10.3"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.15.4",
"@graphql-codegen/visitor-plugin-common": "1.15.4",
"@graphql-codegen/plugin-helpers": "1.16.0",
"@graphql-codegen/visitor-plugin-common": "1.16.0",
"auto-bind": "4.0.0",
"camel-case": "4.1.1",
"tslib": "2.0.0"
6 changes: 3 additions & 3 deletions packages/plugins/c-sharp/c-sharp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/c-sharp",
"version": "1.15.4",
"version": "1.16.0",
"description": "GraphQL Code Generator plugin for generating CSharp code based on a GraphQL schema",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
@@ -10,8 +10,8 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.15.4",
"@graphql-codegen/visitor-plugin-common": "1.15.4",
"@graphql-codegen/plugin-helpers": "1.16.0",
"@graphql-codegen/visitor-plugin-common": "1.16.0",
"strip-indent": "3.0.0",
"tslib": "2.0.0",
"unixify": "1.0.0"
6 changes: 3 additions & 3 deletions packages/plugins/flow/flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow",
"version": "1.15.4",
"version": "1.16.0",
"description": "GraphQL Code Generator plugin for generating Flow types",
"repository": {
"type": "git",
@@ -14,8 +14,8 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.15.4",
"@graphql-codegen/visitor-plugin-common": "1.15.4",
"@graphql-codegen/plugin-helpers": "1.16.0",
"@graphql-codegen/visitor-plugin-common": "1.16.0",
"auto-bind": "~4.0.0",
"tslib": "~2.0.0"
},
8 changes: 4 additions & 4 deletions packages/plugins/flow/operations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow-operations",
"version": "1.15.4",
"version": "1.16.0",
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL operations (query/mutation/subscription/fragment)",
"repository": {
"type": "git",
@@ -14,9 +14,9 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/flow": "1.15.4",
"@graphql-codegen/plugin-helpers": "1.15.4",
"@graphql-codegen/visitor-plugin-common": "1.15.4",
"@graphql-codegen/flow": "1.16.0",
"@graphql-codegen/plugin-helpers": "1.16.0",
"@graphql-codegen/visitor-plugin-common": "1.16.0",
"auto-bind": "~4.0.0",
"tslib": "~2.0.0"
},
8 changes: 4 additions & 4 deletions packages/plugins/flow/resolvers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow-resolvers",
"version": "1.15.4",
"version": "1.16.0",
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL resolvers signature",
"repository": {
"type": "git",
@@ -14,9 +14,9 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/flow": "1.15.4",
"@graphql-codegen/plugin-helpers": "1.15.4",
"@graphql-codegen/visitor-plugin-common": "1.15.4",
"@graphql-codegen/flow": "1.16.0",
"@graphql-codegen/plugin-helpers": "1.16.0",
"@graphql-codegen/visitor-plugin-common": "1.16.0",
"@graphql-tools/utils": "^6.0.0",
"auto-bind": "~4.0.0",
"tslib": "~2.0.0"
8 changes: 4 additions & 4 deletions packages/plugins/java/apollo-android/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java-apollo-android",
"version": "1.15.4",
"version": "1.16.0",
"description": "GraphQL Code Generator plugin for generating Java classes for Apollo-Android",
"repository": {
"type": "git",
@@ -14,9 +14,9 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/java-common": "1.15.4",
"@graphql-codegen/plugin-helpers": "1.15.4",
"@graphql-codegen/visitor-plugin-common": "1.15.4",
"@graphql-codegen/java-common": "1.16.0",
"@graphql-codegen/plugin-helpers": "1.16.0",
"@graphql-codegen/visitor-plugin-common": "1.16.0",
"auto-bind": "~4.0.0",
"camel-case": "4.1.1",
"pascal-case": "3.1.1",
6 changes: 3 additions & 3 deletions packages/plugins/java/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java-common",
"version": "1.15.4",
"version": "1.16.0",
"description": "GraphQL Code Generator utils library for developing Java plugins",
"repository": {
"type": "git",
@@ -13,8 +13,8 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.15.4",
"@graphql-codegen/visitor-plugin-common": "1.15.4",
"@graphql-codegen/plugin-helpers": "1.16.0",
"@graphql-codegen/visitor-plugin-common": "1.16.0",
"auto-bind": "~4.0.0",
"strip-indent": "3.0.0",
"tslib": "~2.0.0",
8 changes: 4 additions & 4 deletions packages/plugins/java/java/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java",
"version": "1.15.4",
"version": "1.16.0",
"description": "GraphQL Code Generator plugin for generating Java code based on a GraphQL schema",
"repository": {
"type": "git",
@@ -14,9 +14,9 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/java-common": "1.15.4",
"@graphql-codegen/plugin-helpers": "1.15.4",
"@graphql-codegen/visitor-plugin-common": "1.15.4",
"@graphql-codegen/java-common": "1.16.0",
"@graphql-codegen/plugin-helpers": "1.16.0",
"@graphql-codegen/visitor-plugin-common": "1.16.0",
"tslib": "~2.0.0"
},
"peerDependencies": {
8 changes: 4 additions & 4 deletions packages/plugins/java/kotlin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/kotlin",
"version": "1.15.4",
"version": "1.16.0",
"description": "GraphQL Code Generator plugin for generating Kotlin code based on a GraphQL schema",
"repository": {
"type": "git",
@@ -14,9 +14,9 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/java-common": "1.15.4",
"@graphql-codegen/plugin-helpers": "1.15.4",
"@graphql-codegen/visitor-plugin-common": "1.15.4",
"@graphql-codegen/java-common": "1.16.0",
"@graphql-codegen/plugin-helpers": "1.16.0",
"@graphql-codegen/visitor-plugin-common": "1.16.0",
"tslib": "~2.0.0"
},
"peerDependencies": {
Loading