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

typename selection set transform in client preset #9562

Merged
merged 1 commit into from Jul 25, 2023

Conversation

n1ru4l
Copy link
Collaborator

@n1ru4l n1ru4l commented Jul 24, 2023

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Jul 24, 2023

🦋 Changeset detected

Latest commit: 2fc2006

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

@n1ru4l n1ru4l force-pushed the feat-client-preset-typename-selection-set-transform branch from 1f0d096 to 2fc2006 Compare July 24, 2023 12:01
@github-actions
Copy link
Contributor

diff --git a/website/algolia-lockfile.json b/website/algolia-lockfile.json
index 0a886f495..4a8d4b81a 100644
--- a/website/algolia-lockfile.json
+++ b/website/algolia-lockfile.json
@@ -2024,8 +2024,8 @@
       "Getting started",
       "Config API",
       "Fragment Masking",
-      "Persisted documents",
-      "Reducing bundle size: Babel plugin",
+      "Persisted Documents",
+      "Reducing Bundle Size",
       "DocumentMode"
     ],
     "toc": [
@@ -2055,7 +2055,7 @@
               },
               {
                 "children": [],
-                "title": "Fragment Masking with @defer directive",
+                "title": "Fragment Masking with @defer Directive",
                 "anchor": "fragment-masking-with-defer-directive"
               },
               {
@@ -2077,8 +2077,20 @@
         "anchor": "fragment-masking"
       },
       {
-        "children": [],
-        "title": "Persisted documents",
+        "children": [
+          {
+            "children": [
+              {
+                "children": [],
+                "title": "Normalized Caches (urql and Apollo Client)",
+                "anchor": "normalized-caches-urql-and-apollo-client"
+              }
+            ],
+            "title": "Enable Persisted Documents",
+            "anchor": "enable-persisted-documents"
+          }
+        ],
+        "title": "Persisted Documents",
         "anchor": "persisted-documents"
       },
       {
@@ -2087,16 +2099,16 @@
             "children": [
               {
                 "children": [],
-                "title": "SWC plugin",
+                "title": "SWC Plugin",
                 "anchor": "swc-plugin"
               }
             ],
-            "title": "Babel plugin",
+            "title": "Babel Plugin",
             "anchor": "babel-plugin"
           }
         ],
-        "title": "Reducing bundle size: Babel plugin",
-        "anchor": "reducing-bundle-size-babel-plugin"
+        "title": "Reducing Bundle Size",
+        "anchor": "reducing-bundle-size"
       },
       {
         "children": [

@github-actions
Copy link
Contributor

🚀 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/cli 5.0.0-alpha-20230724120411-2fc200682 npm ↗︎ unpkg ↗︎
@graphql-codegen/client-preset 4.1.0-alpha-20230724120411-2fc200682 npm ↗︎ unpkg ↗︎
@graphql-codegen/plugin-helpers 5.0.1-alpha-20230724120411-2fc200682 npm ↗︎ unpkg ↗︎

@github-actions
Copy link
Contributor

💻 Website Preview

The latest changes are available as preview in: https://740f025d.graphql-code-generator.pages.dev

@n1ru4l n1ru4l merged commit 5beee97 into master Jul 25, 2023
21 checks passed
@n1ru4l n1ru4l deleted the feat-client-preset-typename-selection-set-transform branch July 25, 2023 07:20
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.

None yet

2 participants