graphql-code-generator icon indicating copy to clipboard operation
graphql-code-generator copied to clipboard

chore(deps): update react monorepo to v18 (major)

Open renovate[bot] opened this issue 3 years ago • 4 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react (source) 17.0.2 -> 18.2.0 age adoption passing confidence
react-dom (source) 17.0.2 -> 18.2.0 age adoption passing confidence

Release Notes

facebook/react

v18.2.0

Compare Source

React DOM
React DOM Server
Server Components (Experimental)

v18.1.0

Compare Source

React DOM
React DOM Server
ESLint Plugin: React Hooks
Use Subscription

v18.0.0

Compare Source

Below is a list of all new features, APIs, deprecations, and breaking changes. Read React 18 release post and React 18 upgrade guide for more information.

New Features
React
  • useId is a new hook for generating unique IDs on both the client and server, while avoiding hydration mismatches. It is primarily useful for component libraries integrating with accessibility APIs that require unique IDs. This solves an issue that already exists in React 17 and below, but it’s even more important in React 18 because of how the new streaming server renderer delivers HTML out-of-order.
  • startTransition and useTransition let you mark some state updates as not urgent. Other state updates are considered urgent by default. React will allow urgent state updates (for example, updating a text input) to interrupt non-urgent state updates (for example, rendering a list of search results).
  • useDeferredValue lets you defer re-rendering a non-urgent part of the tree. It is similar to debouncing, but has a few advantages compared to it. There is no fixed time delay, so React will attempt the deferred render right after the first render is reflected on the screen. The deferred render is interruptible and doesn't block user input.
  • useSyncExternalStore is a new hook that allows external stores to support concurrent reads by forcing updates to the store to be synchronous. It removes the need for useEffect when implementing subscriptions to external data sources, and is recommended for any library that integrates with state external to React.
  • useInsertionEffect is a new hook that allows CSS-in-JS libraries to address performance issues of injecting styles in render. Unless you’ve already built a CSS-in-JS library we don’t expect you to ever use this. This hook will run after the DOM is mutated, but before layout effects read the new layout. This solves an issue that already exists in React 17 and below, but is even more important in React 18 because React yields to the browser during concurrent rendering, giving it a chance to recalculate layout.
React DOM Client

These new APIs are now exported from react-dom/client:

  • createRoot: New method to create a root to render or unmount. Use it instead of ReactDOM.render. New features in React 18 don't work without it.
  • hydrateRoot: New method to hydrate a server rendered application. Use it instead of ReactDOM.hydrate in conjunction with the new React DOM Server APIs. New features in React 18 don't work without it.

Both createRoot and hydrateRoot accept a new option called onRecoverableError in case you want to be notified when React recovers from errors during rendering or hydration for logging. By default, React will use reportError, or console.error in the older browsers.

React DOM Server

These new APIs are now exported from react-dom/server and have full support for streaming Suspense on the server:

  • renderToPipeableStream: for streaming in Node environments.
  • renderToReadableStream: for modern edge runtime environments, such as Deno and Cloudflare workers.

The existing renderToString method keeps working but is discouraged.


Configuration

📅 Schedule: Branch creation - "after 10pm,before 6:00am" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Aug 10 '22 22:08 renovate[bot]

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
graphql-code-generator ✅ Ready (Inspect) Visit Preview Aug 27, 2022 at 2:36AM (UTC)

vercel[bot] avatar Aug 10 '22 22:08 vercel[bot]

⚠️ No Changeset found

Latest commit: 9ba7cd74f382346b39ad16c2e928f174e41bd870

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

changeset-bot[bot] avatar Aug 10 '22 22:08 changeset-bot[bot]

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-codegen/core 3.0.1-alpha-20230209053159-e918a8dfe npm ↗︎ unpkg ↗︎
@graphql-codegen/add 4.0.1-alpha-20230209053159-e918a8dfe npm ↗︎ unpkg ↗︎
@graphql-codegen/fragment-matcher 4.0.1-alpha-20230209053159-e918a8dfe npm ↗︎ unpkg ↗︎
@graphql-codegen/introspection 3.0.1-alpha-20230209053159-e918a8dfe npm ↗︎ unpkg ↗︎
@graphql-codegen/schema-ast 3.0.1-alpha-20230209053159-e918a8dfe npm ↗︎ unpkg ↗︎
@graphql-codegen/visitor-plugin-common 3.0.1-alpha-20230209053159-e918a8dfe npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-document-nodes 3.0.1-alpha-20230209053159-e918a8dfe npm ↗︎ unpkg ↗︎
@graphql-codegen/gql-tag-operations 2.0.1-alpha-20230209053159-e918a8dfe npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-operations 3.0.1-alpha-20230209053159-e918a8dfe npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-resolvers 3.0.1-alpha-20230209053159-e918a8dfe npm ↗︎ unpkg ↗︎
@graphql-codegen/typed-document-node 3.0.1-alpha-20230209053159-e918a8dfe npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript 3.0.1-alpha-20230209053159-e918a8dfe npm ↗︎ unpkg ↗︎
@graphql-codegen/client-preset 2.0.1-alpha-20230209053159-e918a8dfe npm ↗︎ unpkg ↗︎
@graphql-codegen/gql-tag-operations-preset 2.0.1-alpha-20230209053159-e918a8dfe npm ↗︎ unpkg ↗︎
@graphql-codegen/graphql-modules-preset 3.0.1-alpha-20230209053159-e918a8dfe npm ↗︎ unpkg ↗︎
@graphql-codegen/testing 2.0.1-alpha-20230209053159-e918a8dfe npm ↗︎ unpkg ↗︎
@graphql-codegen/plugin-helpers 4.0.1-alpha-20230209053159-e918a8dfe npm ↗︎ unpkg ↗︎

github-actions[bot] avatar Aug 27 '22 02:08 github-actions[bot]

🚀 Website Preview

The latest changes to the website are available as preview in: https://77c561bf.graphql-code-generator.pages.dev

github-actions[bot] avatar Sep 06 '22 01:09 github-actions[bot]

diff --git a/website/algolia-lockfile.json b/website/algolia-lockfile.json%0Aindex 53ebc8876..9e898d5fa 100644%0A--- a/website/algolia-lockfile.json%0A+++ b/website/algolia-lockfile.json%0A@@ -6,14 +6,19 @@%0A     "content": "3acc7ec8e9af47ae98948dcdcd585098",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/advanced/generated-files-colocation",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Advanced Usage"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Advanced Usage"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "Generated files colocation",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-docs-advanced-usage-how-does-it-work",%0A-    "headings": ["Example with `@graphql-codegen/typescript`"],%0A+    "headings": [%0A+      "Example with `@graphql-codegen/typescript`"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -24,7 +29,10 @@%0A     "content": "8a7ab80fcd7350c251b0aa1f92d0e3a2",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/advanced/how-does-it-work",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Advanced Usage"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Advanced Usage"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "How does it work?",%0A     "type": "Documentation"%0A@@ -36,14 +44,20 @@%0A     "content": "042c1533a36a671659613f323cafc888",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/advanced/profiler",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Advanced Usage"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Advanced Usage"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "Profiler",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-docs-advanced-usage-programmatic-usage",%0A-    "headings": ["Basic Programmatic Usage", "Using the CLI instead of `core`"],%0A+    "headings": [%0A+      "Basic Programmatic Usage",%0A+      "Using the CLI instead of `core`"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -59,7 +73,10 @@%0A     "content": "18d45c846ec05b26ec0ec37c9c8f190f",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/advanced/programmatic-usage",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Advanced Usage"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Advanced Usage"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "Programmatic Usage",%0A     "type": "Documentation"%0A@@ -115,7 +132,10 @@%0A     "content": "7ad15783187cd47d7219dc1ed6a7fe19",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/config-reference/codegen-config",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Config Reference"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Config Reference"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "codegen.ts",%0A     "type": "Documentation"%0A@@ -127,14 +147,22 @@%0A     "content": "e51f75119aa3976643dab38b6adbb060",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/config-reference/config-field",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Config Reference"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Config Reference"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "plugin config",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-docs-config-reference-documents-field",%0A-    "headings": ["How to use it?", "Available Formats", "GraphQL Tag Pluck", "Custom Document Loader"],%0A+    "headings": [%0A+      "How to use it?",%0A+      "Available Formats",%0A+      "GraphQL Tag Pluck",%0A+      "Custom Document Loader"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [%0A@@ -194,14 +222,21 @@%0A     "content": "5b4ed527ab88af33e917f63360c91f39",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/config-reference/documents-field",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Config Reference"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Config Reference"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "documents field",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-docs-config-reference-lifecycle-hooks",%0A-    "headings": ["How to use?", "Root Level", "Output Level"],%0A+    "headings": [%0A+      "How to use?",%0A+      "Root Level",%0A+      "Output Level"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -264,14 +299,20 @@%0A     "content": "ab30f7e90736312a2ef5e545669cae47",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/config-reference/lifecycle-hooks",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Config Reference"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Config Reference"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "Lifecycle Hooks",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-docs-config-reference-multiproject-config",%0A-    "headings": ["Configuration file format", "Command to generate files"],%0A+    "headings": [%0A+      "Configuration file format",%0A+      "Command to generate files"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -287,7 +328,10 @@%0A     "content": "5a75079d9328107dbf018c8ba6b8416f",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/config-reference/multiproject-config",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Config Reference"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Config Reference"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "Multi Project",%0A     "type": "Documentation"%0A@@ -299,14 +343,21 @@%0A     "content": "b187ca7d3cc785ac08dcba58ad616052",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/config-reference/naming-convention",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Config Reference"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Config Reference"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "Naming Convention",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-docs-config-reference-require-field",%0A-    "headings": ["How to use it?", "TypeScript Support", "Specifying from the command line"],%0A+    "headings": [%0A+      "How to use it?",%0A+      "TypeScript Support",%0A+      "Specifying from the command line"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -333,14 +384,21 @@%0A     "content": "62621d3e772063542e27c5304ec7e65a",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/config-reference/require-field",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Config Reference"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Config Reference"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "require field",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-docs-config-reference-schema-field",%0A-    "headings": ["How to use it?", "Available formats", "Custom Schema Loader"],%0A+    "headings": [%0A+      "How to use it?",%0A+      "Available formats",%0A+      "Custom Schema Loader"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [%0A@@ -431,14 +489,22 @@%0A     "content": "e3e3b8836c9ddd92648655b93b84c3c2",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/config-reference/schema-field",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Config Reference"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Config Reference"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "schema field",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-docs-getting-started-development-workflow",%0A-    "headings": ["Scripts Integration", "Watch Mode", "Monorepo and Yarn Workspaces", "What's next?"],%0A+    "headings": [%0A+      "Scripts Integration",%0A+      "Watch Mode",%0A+      "Monorepo and Yarn Workspaces",%0A+      "What's next?"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -464,14 +530,22 @@%0A     "content": "241d25c61530cb506ca80af52932b631",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/getting-started/development-workflow",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Getting Started"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Getting Started"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "Development workflow",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-docs-getting-started-esm-typescript-usage",%0A-    "headings": ["Codegen Configuration", "TypeScript Compiler Options", "Package adjustments", "Conclusion"],%0A+    "headings": [%0A+      "Codegen Configuration",%0A+      "TypeScript Compiler Options",%0A+      "Package adjustments",%0A+      "Conclusion"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -497,14 +571,20 @@%0A     "content": "0d2a1a5e2eb4715d7f952af900fb9d9f",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/getting-started/esm-typescript-usage",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Getting Started"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Getting Started"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "ESM TypeScript usage",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-docs-getting-started-index",%0A-    "headings": ["The perfect GraphQL Developer Experience", "What's next?"],%0A+    "headings": [%0A+      "The perfect GraphQL Developer Experience",%0A+      "What's next?"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [%0A@@ -532,14 +612,22 @@%0A     "content": "66b3c192f2a033c11156a1a9e7b024a2",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/getting-started/index",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Getting Started"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Getting Started"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "Introduction",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-docs-getting-started-installation",%0A-    "headings": ["Global Installation", "Monorepo Project", "Setup", "What's next?"],%0A+    "headings": [%0A+      "Global Installation",%0A+      "Monorepo Project",%0A+      "Setup",%0A+      "What's next?"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -577,7 +665,10 @@%0A     "content": "41786066f495360a40a759b9189260e5",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/getting-started/installation",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Getting Started"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Getting Started"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "Installation",%0A     "type": "Documentation"%0A@@ -589,14 +680,22 @@%0A     "content": "bc107acc079747cf01d6af2118913221",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/guides/angular",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Guides"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Guides"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "Angular",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-docs-guides-api-testing",%0A-    "headings": ["Installation", "Setup", "Writing tests", "Conclusion"],%0A+    "headings": [%0A+      "Installation",%0A+      "Setup",%0A+      "Writing tests",%0A+      "Conclusion"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -622,7 +721,10 @@%0A     "content": "69db450d89a647f83f7e768065562d6a",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/guides/api-testing",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Guides"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Guides"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "API Testing",%0A     "type": "Documentation"%0A@@ -772,14 +874,21 @@%0A     "content": "4f05871c4076fcee9ebaf95898b61b70",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/guides/flutter-freezed",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Guides"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Guides"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "Dart/Flutter",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-docs-guides-further-reading",%0A-    "headings": ["For front-end applications", "For GraphQL servers", "Stay up-to-date with GraphQL"],%0A+    "headings": [%0A+      "For front-end applications",%0A+      "For GraphQL servers",%0A+      "Stay up-to-date with GraphQL"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [%0A@@ -812,7 +921,10 @@%0A     "content": "792d396908e7f40465cc6edae08c0f84",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/guides/further-reading",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Guides"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Guides"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "Further Reading",%0A     "type": "Documentation"%0A@@ -824,14 +936,20 @@%0A     "content": "12951c96b46d8695659ab65c1b32e081",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/guides/graphql-modules",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Guides"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Guides"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "GraphQL Modules",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-docs-guides-graphql-server-apollo-yoga",%0A-    "headings": ["Video tutorial", "Guide"],%0A+    "headings": [%0A+      "Video tutorial",%0A+      "Guide"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -847,7 +965,10 @@%0A     "content": "a0ff097c981da163f3f0c21966dc42d6",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/guides/graphql-server-apollo-yoga",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Guides"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Guides"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "Apollo Server / GraphQL Yoga",%0A     "type": "Documentation"%0A@@ -937,14 +1058,20 @@%0A     "content": "93a7f1749a22be8fad86f9bdceee42d6",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/guides/react-vue",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Guides"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Guides"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "React / Vue",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-docs-guides-svelte",%0A-    "headings": ["Svelte Apollo", "SvelteKit Native"],%0A+    "headings": [%0A+      "Svelte Apollo",%0A+      "SvelteKit Native"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -960,7 +1087,10 @@%0A     "content": "950158d5611bdc1ef3bcdbfc03f61d7f",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/guides/svelte",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Guides"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Guides"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "Svelte / Kit",%0A     "type": "Documentation"%0A@@ -972,7 +1102,10 @@%0A     "content": "b75a40f72486ce89e69013fe0534ff8f",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/integrations/apollo-local-state",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Integrations"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Integrations"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "apollo-local-state",%0A     "type": "Documentation"%0A@@ -984,7 +1117,10 @@%0A     "content": "aded4d90122700837990432cf31ca6b4",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/integrations/create-react-app",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Integrations"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Integrations"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "create-react-app",%0A     "type": "Documentation"%0A@@ -996,14 +1132,19 @@%0A     "content": "78111eb85e54ca2e8b692ecca9289fc0",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/integrations/federation",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Integrations"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Integrations"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "Apollo Federation",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-docs-integrations-gatsby",%0A-    "headings": ["Community Plugins"],%0A+    "headings": [%0A+      "Community Plugins"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -1014,14 +1155,21 @@%0A     "content": "4585c0f9c374e73f40b25b0035be3fb6",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/integrations/gatsby",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Integrations"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Integrations"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "Gatsby",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-docs-integrations-prettier",%0A-    "headings": ["Prettier", "TSLint", "ESLint"],%0A+    "headings": [%0A+      "Prettier",%0A+      "TSLint",%0A+      "ESLint"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -1042,7 +1190,10 @@%0A     "content": "e370a10aa198649e9365aaf534978d3c",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/integrations/prettier",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Integrations"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Integrations"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "Prettier & Linters",%0A     "type": "Documentation"%0A@@ -1054,14 +1205,20 @@%0A     "content": "3a94f89e7c40e5e9c35d77fe4e46a869",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/integrations/vscode",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Integrations"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Integrations"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "VSCode Extension",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-docs-migration-guides-from-0-13",%0A-    "headings": ["What has changed?", "How to migrate?"],%0A+    "headings": [%0A+      "What has changed?",%0A+      "How to migrate?"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -1077,14 +1234,21 @@%0A     "content": "6febb172b4c56568fafd5b8fa6394240",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/migration/from-0-13",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Migration Guides"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Migration Guides"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "v0.13 -> v0.17",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-docs-migration-guides-from-0-18",%0A-    "headings": ["What has changed?", "How to migrate?", "Breaking Changes & Semver"],%0A+    "headings": [%0A+      "What has changed?",%0A+      "How to migrate?",%0A+      "Breaking Changes & Semver"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [%0A@@ -1111,7 +1275,10 @@%0A     "content": "d33d9f4f6e0cd69c5a10ab7db2003a37",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/migration/from-0-18",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Migration Guides"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Migration Guides"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "v0.18 -> v1.0",%0A     "type": "Documentation"%0A@@ -1185,7 +1352,10 @@%0A     "content": "d658bb02376551d76a8a3228ef53e7b2",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/custom-codegen/contributing",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Writing Plugins"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Writing Plugins"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "Contributing",%0A     "type": "Documentation"%0A@@ -1197,7 +1367,10 @@%0A     "content": "f7cf903c681c2156c319e593d56ec6d6",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/custom-codegen/extend-schema",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Writing Plugins"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Writing Plugins"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "Extend Schema",%0A     "type": "Documentation"%0A@@ -1209,7 +1382,10 @@%0A     "content": "2e91a8d03380fe061291a059d61dae4b",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/custom-codegen/index",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Writing Plugins"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Writing Plugins"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "What are Plugins?",%0A     "type": "Documentation"%0A@@ -1253,14 +1429,20 @@%0A     "content": "72a5b6733ad1887d1ceddf6782062485",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/custom-codegen/plugin-structure",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Writing Plugins"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Writing Plugins"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "Plugin structure",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-docs-writing-plugins-using-visitor",%0A-    "headings": ["Basic Visitor", "Codegen and Visitors"],%0A+    "headings": [%0A+      "Basic Visitor",%0A+      "Codegen and Visitors"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -1276,7 +1458,10 @@%0A     "content": "a8b9aaf4e633c30cb77a21c4f3355b89",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/custom-codegen/using-visitor",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Writing Plugins"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Writing Plugins"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "Using Visitor Pattern",%0A     "type": "Documentation"%0A@@ -1288,7 +1473,10 @@%0A     "content": "cc51c395115ce18f2ef55f3a859cc5c1",%0A     "url": "https://www.the-guild.dev/graphql/codegen/docs/custom-codegen/validate-configuration",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Docs", "Writing Plugins"],%0A+    "hierarchy": [%0A+      "Docs",%0A+      "Writing Plugins"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "Validate Configuration",%0A     "type": "Documentation"%0A@@ -1324,7 +1512,10 @@%0A     "content": "f8e1010d5593a30997755c3d0bedd4fc",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/c-sharp/c-sharp-operations",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "C-Sharp"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "C-Sharp"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "operations",%0A     "type": "Documentation"%0A@@ -1336,7 +1527,10 @@%0A     "content": "9cec7baf25d43eb5eeaeca180fc429dd",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/dart/flutter-freezed",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "dart"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "dart"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "flutter-freezed",%0A     "type": "Documentation"%0A@@ -1348,14 +1542,19 @@%0A     "content": "d41d8cd98f00b204e9800998ecf8427e",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/flow/flow-operations",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "Flow"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "Flow"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "operations",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-flow-flow-resolvers",%0A-    "headings": ["Enum Resolvers"],%0A+    "headings": [%0A+      "Enum Resolvers"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [%0A@@ -1372,14 +1571,19 @@%0A     "content": "4c17e00926226f0d719f61c3c4533c57",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/flow/flow-resolvers",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "Flow"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "Flow"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "resolvers",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-java-java",%0A-    "headings": ["How to use"],%0A+    "headings": [%0A+      "How to use"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -1390,14 +1594,20 @@%0A     "content": "89b9aa593f8f02ac821d085fb5b5dc52",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/java/java",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "Java"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "Java"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "java",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-java-java-apollo-android",%0A-    "headings": ["Prepare your env", "Usage"],%0A+    "headings": [%0A+      "Prepare your env",%0A+      "Usage"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -1413,7 +1623,10 @@%0A     "content": "db158d2260d449b0669fe12052f446ee",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/java/java-apollo-android",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "Java"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "Java"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "java-apollo-android",%0A     "type": "Documentation"%0A@@ -1425,14 +1638,19 @@%0A     "content": "718d0ec8cf302ad52e24484183940a09",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/java/java-resolvers",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "Java"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "Java"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "java-resolvers",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-java-kotlin",%0A-    "headings": ["Prepare your environment"],%0A+    "headings": [%0A+      "Prepare your environment"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -1443,14 +1661,19 @@%0A     "content": "3d790ede1f02e856919906b07610e63a",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/java/kotlin",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "Java"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "Java"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "kotlin",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-other-add",%0A-    "headings": ["Examples"],%0A+    "headings": [%0A+      "Examples"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -1461,14 +1684,19 @@%0A     "content": "8c263bce0f9f01745743527244c1915b",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/other/add",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "other"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "other"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "add",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-other-fragment-matcher",%0A-    "headings": ["How to use?"],%0A+    "headings": [%0A+      "How to use?"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -1479,14 +1707,19 @@%0A     "content": "affd319a0306b89570e7bf91a7e79166",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/other/fragment-matcher",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "other"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "other"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "fragment-matcher",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-other-hasura-allow-list",%0A-    "headings": ["Examples"],%0A+    "headings": [%0A+      "Examples"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -1497,7 +1730,10 @@%0A     "content": "da843767640ecface054b7ed58aa5ca0",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/other/hasura-allow-list",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "other"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "other"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "hasura-allow-list",%0A     "type": "Documentation"%0A@@ -1509,7 +1745,10 @@%0A     "content": "d41d8cd98f00b204e9800998ecf8427e",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/other/introspection",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "other"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "other"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "introspection",%0A     "type": "Documentation"%0A@@ -1521,14 +1760,20 @@%0A     "content": "8d63df848873c568288034b9a04341d9",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/other/jsdoc",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "other"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "other"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "jsdoc",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-other-reason-client",%0A-    "headings": ["Examples", "Usage & Documentation"],%0A+    "headings": [%0A+      "Examples",%0A+      "Usage & Documentation"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -1544,14 +1789,19 @@%0A     "content": "76754855f52dd45444ccd21c0bd13395",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/other/reason-client",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "other"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "other"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "reason-client",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-other-schema-ast",%0A-    "headings": ["Examples"],%0A+    "headings": [%0A+      "Examples"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -1562,7 +1812,10 @@%0A     "content": "d41d8cd98f00b204e9800998ecf8427e",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/other/schema-ast",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "other"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "other"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "schema-ast",%0A     "type": "Documentation"%0A@@ -1574,14 +1827,19 @@%0A     "content": "d41d8cd98f00b204e9800998ecf8427e",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/other/time",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "other"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "other"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "time",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-other-urql-introspection",%0A-    "headings": ["How to use?"],%0A+    "headings": [%0A+      "How to use?"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -1592,7 +1850,10 @@%0A     "content": "ebd6d02bf0af200bab76fdbb9ebde7c1",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/other/urql-introspection",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "other"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "other"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "urql-introspection",%0A     "type": "Documentation"%0A@@ -1642,14 +1903,20 @@%0A     "content": "08b583069e04fbb0dc34b64b683047d3",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/presets/gql-tag-operations-preset",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "Presets"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "Presets"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "gql-tag-operations",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-presets-graphql-modules-preset",%0A-    "headings": ["Usage Example", "Using without GraphQL-Modules"],%0A+    "headings": [%0A+      "Usage Example",%0A+      "Using without GraphQL-Modules"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -1665,7 +1932,10 @@%0A     "content": "daa276296e71d35e90fd941c330a5f90",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/presets/graphql-modules-preset",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "Presets"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "Presets"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "graphql-modules",%0A     "type": "Documentation"%0A@@ -1677,14 +1947,19 @@%0A     "content": "82e2197c055bf1b9c552763180663368",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/presets/import-types-preset",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "Presets"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "Presets"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "import-types",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-presets-near-operation-file-preset",%0A-    "headings": ["Example"],%0A+    "headings": [%0A+      "Example"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -1695,14 +1970,22 @@%0A     "content": "ca008e0b0ebc2a4a8f064da8960fbeca",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/presets/near-operation-file-preset",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "Presets"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "Presets"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "near-operation-file",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-presets-preset-client",%0A-    "headings": ["Getting started", "Config API", "Fragment Masking", "Reducing bundle size: Babel plugin"],%0A+    "headings": [%0A+      "Getting started",%0A+      "Config API",%0A+      "Fragment Masking",%0A+      "Reducing bundle size: Babel plugin"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -1755,14 +2038,19 @@%0A     "content": "d41d8cd98f00b204e9800998ecf8427e",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/presets/preset-client",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "Presets"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "Presets"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "client-preset",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-typescript-named-operations-object",%0A-    "headings": ["How to use?"],%0A+    "headings": [%0A+      "How to use?"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [%0A@@ -1785,14 +2073,20 @@%0A     "content": "03cb3f7ac5fb547142c74d2b837ffce7",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/named-operations-object",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "named-operations-object",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-typescript-relay-operation-optimizer",%0A-    "headings": ["List of Features", "Usage"],%0A+    "headings": [%0A+      "List of Features",%0A+      "Usage"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -1808,7 +2102,10 @@%0A     "content": "fab2fda63167aa7a42391068ac00654d",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/relay-operation-optimizer",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "relay-operation-optimizer",%0A     "type": "Documentation"%0A@@ -1820,7 +2117,10 @@%0A     "content": "9d073d78f8596d086d613b4dcf80e940",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typed-document-node",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "typed-document-node",%0A     "type": "Documentation"%0A@@ -1832,14 +2132,19 @@%0A     "content": "d41d8cd98f00b204e9800998ecf8427e",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "typescript",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-typescript-typescript-apollo-angular",%0A-    "headings": ["How to use?"],%0A+    "headings": [%0A+      "How to use?"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -1850,7 +2155,10 @@%0A     "content": "e05e0a1ac6ea1c04a7e63c86b3fff31e",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript-apollo-angular",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "apollo-angular",%0A     "type": "Documentation"%0A@@ -1862,14 +2170,20 @@%0A     "content": "4f4dd979d97c52e9a21c09f132dbfa9c",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript-apollo-client-helpers",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "apollo-client-helpers",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-typescript-typescript-apollo-next",%0A-    "headings": ["Motivations", "API Reference"],%0A+    "headings": [%0A+      "Motivations",%0A+      "API Reference"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -2032,14 +2346,19 @@%0A     "content": "35af6bccc2898308e9d27d89584483f5",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript-apollo-next",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "apollo-next",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-typescript-typescript-document-nodes",%0A-    "headings": ["Usage"],%0A+    "headings": [%0A+      "Usage"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -2050,14 +2369,19 @@%0A     "content": "02705b1d40bb30b50c369aec5ac78776",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript-document-nodes",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "document-nodes",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-typescript-typescript-generic-sdk",%0A-    "headings": ["Usage"],%0A+    "headings": [%0A+      "Usage"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -2068,14 +2392,20 @@%0A     "content": "94a3b175316353e1c8f130701593e81b",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript-generic-sdk",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "generic-sdk",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-typescript-typescript-graphql-files-modules",%0A-    "headings": ["Pre-Requirements", "Example"],%0A+    "headings": [%0A+      "Pre-Requirements",%0A+      "Example"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -2091,14 +2421,20 @@%0A     "content": "5e88aefb663a8879bb9f01bc979b802b",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript-graphql-files-modules",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "graphql-files-modules",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-typescript-typescript-graphql-request",%0A-    "headings": ["Usage Example", "Simple Request Middleware"],%0A+    "headings": [%0A+      "Usage Example",%0A+      "Simple Request Middleware"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -2120,7 +2456,10 @@%0A     "content": "a0936fc75ce222f43cec96dbdfc3dc29",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript-graphql-request",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "graphql-request",%0A     "type": "Documentation"%0A@@ -2132,14 +2471,21 @@%0A     "content": "d41d8cd98f00b204e9800998ecf8427e",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript-mock-data",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "typescript-mock-data",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-typescript-typescript-mongodb",%0A-    "headings": ["Usage Example", "Directives", "Example"],%0A+    "headings": [%0A+      "Usage Example",%0A+      "Directives",%0A+      "Example"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -2160,7 +2506,10 @@%0A     "content": "42405b6fe5eb3afdb08a4035e6fac941",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript-mongodb",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "mongodb",%0A     "type": "Documentation"%0A@@ -2172,14 +2521,20 @@%0A     "content": "c28caf4ff20017c18be2ce95f58c3e9e",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript-msw",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "msw",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-typescript-typescript-oclif",%0A-    "headings": ["Usage", "Advanced Features"],%0A+    "headings": [%0A+      "Usage",%0A+      "Advanced Features"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [%0A@@ -2229,7 +2584,10 @@%0A     "content": "99fdcf1f4d53adcf319ce55a273e2ae4",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript-oclif",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "oclif",%0A     "type": "Documentation"%0A@@ -2241,14 +2599,19 @@%0A     "content": "d41d8cd98f00b204e9800998ecf8427e",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript-operations",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "operations",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-typescript-typescript-react-apollo",%0A-    "headings": ["Usage Example"],%0A+    "headings": [%0A+      "Usage Example"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [%0A@@ -2276,14 +2639,19 @@%0A     "content": "6dc72a6bc46ae5d0759e41063232de30",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript-react-apollo",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "react-apollo",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-typescript-typescript-react-query",%0A-    "headings": ["Usage Examples"],%0A+    "headings": [%0A+      "Usage Examples"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [%0A@@ -2321,7 +2689,10 @@%0A     "content": "f0ad645e5139fa4656242ca523459129",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript-react-query",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "react-query",%0A     "type": "Documentation"%0A@@ -2371,14 +2742,19 @@%0A     "content": "205c80dcd676dba7f4004389202d2d40",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript-resolvers",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "resolvers",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-typescript-typescript-rtk-query",%0A-    "headings": ["Usage Examples"],%0A+    "headings": [%0A+      "Usage Examples"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [%0A@@ -2401,14 +2777,19 @@%0A     "content": "3907473a457c2d82137ae00d4272ad6d",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript-rtk-query",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "rtk-query",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-typescript-typescript-stencil-apollo",%0A-    "headings": ["Usage Example"],%0A+    "headings": [%0A+      "Usage Example"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -2419,14 +2800,20 @@%0A     "content": "af9ef641b5cbbd35ee04c1b29bc1f2bd",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript-stencil-apollo",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "stencil-apollo",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-typescript-typescript-svelte-apollo",%0A-    "headings": ["API Reference", "Usage Example"],%0A+    "headings": [%0A+      "API Reference",%0A+      "Usage Example"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [%0A@@ -2466,7 +2853,10 @@%0A     "content": "3e792df5a76621e4ce572720c6a8e92b",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript-svelte-apollo",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "svelte-apollo",%0A     "type": "Documentation"%0A@@ -2478,14 +2868,19 @@%0A     "content": "df4706f394ae64859ab80b2b98eb6550",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript-type-graphql",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "type-graphql",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-typescript-typescript-urql",%0A-    "headings": ["Usage Example"],%0A+    "headings": [%0A+      "Usage Example"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -2496,14 +2891,20 @@%0A     "content": "9215e27eca4f5ff1d3c242ba2472d05d",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript-urql",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "urql",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-typescript-typescript-validation-schema",%0A-    "headings": ["Examples", "Usage & Documentation"],%0A+    "headings": [%0A+      "Examples",%0A+      "Usage & Documentation"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -2519,14 +2920,19 @@%0A     "content": "fc56876c0394716f728ab401db77ff7e",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript-validation-schema",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "validation-schema",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-typescript-typescript-vue-apollo",%0A-    "headings": ["Examples"],%0A+    "headings": [%0A+      "Examples"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [%0A@@ -2543,14 +2949,19 @@%0A     "content": "98f3426b6eaf24984f747c50a95e6a30",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript-vue-apollo",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "vue-apollo",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-typescript-typescript-vue-apollo-smart-ops",%0A-    "headings": ["Examples"],%0A+    "headings": [%0A+      "Examples"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [%0A@@ -2567,14 +2978,19 @@%0A     "content": "9343f5e2a2bd30741bb3d8dacc228c14",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript-vue-apollo-smart-ops",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "vue-apollo-smart-ops",%0A     "type": "Documentation"%0A   },%0A   {%0A     "objectID": "code-generator-plugins-typescript-typescript-vue-urql",%0A-    "headings": ["Usage Example"],%0A+    "headings": [%0A+      "Usage Example"%0A+    ],%0A     "toc": [%0A       {%0A         "children": [],%0A@@ -2585,9 +3001,12 @@%0A     "content": "bde6ad4a67f5dc0a655a1958b1494127",%0A     "url": "https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript-vue-urql",%0A     "domain": "https://www.the-guild.dev/graphql/codegen/",%0A-    "hierarchy": ["Plugins", "TypeScript"],%0A+    "hierarchy": [%0A+      "Plugins",%0A+      "TypeScript"%0A+    ],%0A     "source": "Code Generator",%0A     "title": "vue-urql",%0A     "type": "Documentation"%0A   }%0A-]%0A+]%0A\ No newline at end of file

github-actions[bot] avatar Feb 01 '23 14:02 github-actions[bot]