Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client-preset: Plugin page with advanced doc on Fragment Masking + testing helper #8657

Merged
merged 6 commits into from
Nov 29, 2022

Conversation

charlypoly
Copy link
Contributor

@charlypoly charlypoly commented Nov 28, 2022

@charlypoly charlypoly self-assigned this Nov 28, 2022
@changeset-bot
Copy link

changeset-bot bot commented Nov 28, 2022

🦋 Changeset detected

Latest commit: c05d92e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@graphql-codegen/client-preset Minor

Not sure what this means? Click here to learn what changesets are.

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

@github-actions
Copy link
Contributor

diff --git a/website/algolia-lockfile.json b/website/algolia-lockfile.json
index f1db44602..8935ee8e4 100644
--- a/website/algolia-lockfile.json
+++ b/website/algolia-lockfile.json
@@ -1803,6 +1803,74 @@
     "title": "near-operation-file",
     "type": "Documentation"
   },
+  {
+    "objectID": "code-generator-plugins-presets-preset-client",
+    "headings": [
+      "Getting started",
+      "Config API",
+      "Fragment Masking",
+      "Reducing bundle size: Babel plugin"
+    ],
+    "toc": [
+      {
+        "children": [],
+        "title": "Getting started",
+        "anchor": "getting-started"
+      },
+      {
+        "children": [],
+        "title": "Config API",
+        "anchor": "config-api"
+      },
+      {
+        "children": [
+          {
+            "children": [
+              {
+                "children": [],
+                "title": "Getting a Fragment's type",
+                "anchor": "getting-a-fragments-type"
+              },
+              {
+                "children": [],
+                "title": "Fragment Masking with nested Fragments",
+                "anchor": "fragment-masking-with-nested-fragments"
+              },
+              {
+                "children": [],
+                "title": "Fragment Masking and testing",
+                "anchor": "fragment-masking-and-testing"
+              },
+              {
+                "children": [],
+                "title": "How to disable Fragment Masking",
+                "anchor": "how-to-disable-fragment-masking"
+              }
+            ],
+            "title": "Embrace Fragment Masking principles",
+            "anchor": "embrace-fragment-masking-principles"
+          }
+        ],
+        "title": "Fragment Masking",
+        "anchor": "fragment-masking"
+      },
+      {
+        "children": [],
+        "title": "Reducing bundle size: Babel plugin",
+        "anchor": "reducing-bundle-size-babel-plugin"
+      }
+    ],
+    "content": "d41d8cd98f00b204e9800998ecf8427e",
+    "url": "https://www.the-guild.dev/graphql/codegen/plugins/presets/preset-client",
+    "domain": "https://www.the-guild.dev/graphql/codegen/",
+    "hierarchy": [
+      "Plugins",
+      "Presets"
+    ],
+    "source": "Code Generator",
+    "title": "client-preset",
+    "type": "Documentation"
+  },
   {
     "objectID": "code-generator-plugins-typescript-named-operations-object",
     "headings": [

@github-actions
Copy link
Contributor

github-actions bot commented Nov 28, 2022

🚀 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/client-preset 1.2.0-alpha-20221129085635-2db17658d npm ↗︎ unpkg ↗︎

@charlypoly charlypoly changed the title doc(client-preset): Plugin page with advanced doc on Fragment Masking + testing helper client-preset: Plugin page with advanced doc on Fragment Masking + testing helper Nov 28, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Nov 28, 2022

🚀 Website Preview

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

website/src/pages/plugins/presets/preset-client.mdx Outdated Show resolved Hide resolved
website/src/pages/plugins/presets/preset-client.mdx Outdated Show resolved Hide resolved
website/src/pages/plugins/presets/preset-client.mdx Outdated Show resolved Hide resolved
Co-authored-by: Saihajpreet Singh <saihajpreet.singh@gmail.com>
@charlypoly charlypoly merged commit 4b96035 into master Nov 29, 2022
@charlypoly charlypoly deleted the doc/client-preset-improvements branch November 29, 2022 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants