mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
fix visit usage
This commit is contained in:
parent
fcf7742867
commit
5a8dbdff08
2 changed files with 6 additions and 6 deletions
|
|
@ -14,7 +14,7 @@ index a3c0ee23c61d97142dca320d85e9cc28fc643677..beee60afe96e6b0bb0866dad663d0ebb
|
|||
+ }
|
||||
+ if (type == null ? void 0 : type.extensionASTNodes) {
|
||||
+ for (const ext of type.extensionASTNodes) {
|
||||
+ import_graphql.visit(ext, visitor);
|
||||
+ (0, import_graphql.visit)(ext, visitor);
|
||||
+ }
|
||||
+ }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ patchedDependencies:
|
|||
hash: 2280c6d4f2e9268fc118d06dc95deea7e9b58200010db1b332004627d6793a9f
|
||||
path: patches/@graphql-codegen__schema-ast.patch
|
||||
'@graphql-eslint/eslint-plugin@3.20.1':
|
||||
hash: e8ecfafe8c8a80a3d0adcf5f7d25e400062b5c6ddf5b8ef1112c5e3ee01f63bd
|
||||
hash: 92716d09c5dd6166f88ca95d28b39ad4491682d48574a36c391e9875dd5060bb
|
||||
path: patches/@graphql-eslint__eslint-plugin@3.20.1.patch
|
||||
'@oclif/core@3.26.6':
|
||||
hash: 7432c7b46bd5e3276faff9af4fc733575417c17a0ec31df3c7a229f766e3cffc
|
||||
|
|
@ -138,7 +138,7 @@ importers:
|
|||
version: 3.0.1(graphql@16.9.0)
|
||||
'@graphql-eslint/eslint-plugin':
|
||||
specifier: 3.20.1
|
||||
version: 3.20.1(patch_hash=e8ecfafe8c8a80a3d0adcf5f7d25e400062b5c6ddf5b8ef1112c5e3ee01f63bd)(@babel/core@7.28.5)(@types/node@24.12.2)(cosmiconfig-toml-loader@1.0.0)(encoding@0.1.13)(graphql@16.9.0)
|
||||
version: 3.20.1(patch_hash=92716d09c5dd6166f88ca95d28b39ad4491682d48574a36c391e9875dd5060bb)(@babel/core@7.28.5)(@types/node@24.12.2)(cosmiconfig-toml-loader@1.0.0)(encoding@0.1.13)(graphql@16.9.0)
|
||||
'@graphql-inspector/cli':
|
||||
specifier: 6.0.6
|
||||
version: 6.0.6(@types/node@24.12.2)(encoding@0.1.13)(graphql@16.9.0)
|
||||
|
|
@ -1463,7 +1463,7 @@ importers:
|
|||
devDependencies:
|
||||
'@graphql-eslint/eslint-plugin':
|
||||
specifier: 3.20.1
|
||||
version: 3.20.1(patch_hash=e8ecfafe8c8a80a3d0adcf5f7d25e400062b5c6ddf5b8ef1112c5e3ee01f63bd)(@babel/core@7.28.5)(@types/node@25.5.0)(cosmiconfig-toml-loader@1.0.0)(encoding@0.1.13)(graphql@16.9.0)
|
||||
version: 3.20.1(patch_hash=92716d09c5dd6166f88ca95d28b39ad4491682d48574a36c391e9875dd5060bb)(@babel/core@7.28.5)(@types/node@25.5.0)(cosmiconfig-toml-loader@1.0.0)(encoding@0.1.13)(graphql@16.9.0)
|
||||
'@hive/service-common':
|
||||
specifier: workspace:*
|
||||
version: link:../service-common
|
||||
|
|
@ -22063,7 +22063,7 @@ snapshots:
|
|||
parse-filepath: 1.0.2
|
||||
tslib: 2.6.3
|
||||
|
||||
'@graphql-eslint/eslint-plugin@3.20.1(patch_hash=e8ecfafe8c8a80a3d0adcf5f7d25e400062b5c6ddf5b8ef1112c5e3ee01f63bd)(@babel/core@7.28.5)(@types/node@24.12.2)(cosmiconfig-toml-loader@1.0.0)(encoding@0.1.13)(graphql@16.9.0)':
|
||||
'@graphql-eslint/eslint-plugin@3.20.1(patch_hash=92716d09c5dd6166f88ca95d28b39ad4491682d48574a36c391e9875dd5060bb)(@babel/core@7.28.5)(@types/node@24.12.2)(cosmiconfig-toml-loader@1.0.0)(encoding@0.1.13)(graphql@16.9.0)':
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.29.0
|
||||
'@graphql-tools/code-file-loader': 7.3.23(@babel/core@7.28.5)(graphql@16.9.0)
|
||||
|
|
@ -22086,7 +22086,7 @@ snapshots:
|
|||
- supports-color
|
||||
- utf-8-validate
|
||||
|
||||
'@graphql-eslint/eslint-plugin@3.20.1(patch_hash=e8ecfafe8c8a80a3d0adcf5f7d25e400062b5c6ddf5b8ef1112c5e3ee01f63bd)(@babel/core@7.28.5)(@types/node@25.5.0)(cosmiconfig-toml-loader@1.0.0)(encoding@0.1.13)(graphql@16.9.0)':
|
||||
'@graphql-eslint/eslint-plugin@3.20.1(patch_hash=92716d09c5dd6166f88ca95d28b39ad4491682d48574a36c391e9875dd5060bb)(@babel/core@7.28.5)(@types/node@25.5.0)(cosmiconfig-toml-loader@1.0.0)(encoding@0.1.13)(graphql@16.9.0)':
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.29.0
|
||||
'@graphql-tools/code-file-loader': 7.3.23(@babel/core@7.28.5)(graphql@16.9.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue