Skip to content

Feat implement cache upserts for lists#1558

Open
aviallon wants to merge 2 commits intoHoudiniGraphql:mainfrom
aviallon:feat/cache-upsert-list
Open

Feat implement cache upserts for lists#1558
aviallon wants to merge 2 commits intoHoudiniGraphql:mainfrom
aviallon:feat/cache-upsert-list

Conversation

@aviallon
Copy link
Copy Markdown

Fixes #1557

This PR implements support for doing cache upserts 😀
You can now add My_List_upsert to your subscriptions / queries, and it'll just work ™️

To help everyone out, please make sure your PR does the following:

  • Update the first line to point to the ticket that this PR fixes
  • Add a message that clearly describes the fix
  • If applicable, add a test that would fail without this fix
  • Make sure the unit and integration tests pass locally with pnpm run tests and cd integration && pnpm run tests
  • Ensure your code is formatted to conform to standard style with pnpm run format:write (or format:check if you want to preview changes) and linted pnpm run lint
  • Includes a changeset if your fix affects the user with pnpm changeset

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Nov 20, 2025

🦋 Changeset detected

Latest commit: 639fa3e

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

This PR includes changesets to release 8 packages
Name Type
houdini Minor
houdini-adapter-auto Patch
houdini-adapter-cloudflare Patch
houdini-adapter-node Patch
houdini-adapter-static Patch
houdini-react Patch
houdini-svelte Patch
houdini-plugin-svelte-global-stores Patch

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

@netlify
Copy link
Copy Markdown

netlify Bot commented Nov 20, 2025

Deploy Preview for houdini-docs-next ready!

Name Link
🔨 Latest commit 639fa3e
🔍 Latest deploy log https://app.netlify.com/projects/houdini-docs-next/deploys/691fa06add62b90008ab4ee4
😎 Deploy Preview https://deploy-preview-1558--houdini-docs-next.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify Bot commented Nov 20, 2025

Deploy Preview for houdinigraphql ready!

Name Link
🔨 Latest commit 639fa3e
🔍 Latest deploy log https://app.netlify.com/projects/houdinigraphql/deploys/691fa06a2b71110008318a4a
😎 Deploy Preview https://deploy-preview-1558--houdinigraphql.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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.

Add support for _upsert list operations

1 participant