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

Update urql #679

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Update urql #679

merged 1 commit into from
Oct 18, 2023

Conversation

emmatown
Copy link
Member

I noticed that we were doing the same graphql query twice in cloud mode for some reason, upgrading urql seems to fix it. (I think it's probably to do with @urql/exchange-persisted)

@changeset-bot
Copy link

changeset-bot bot commented Oct 18, 2023

🦋 Changeset detected

Latest commit: b17f9c6

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

This PR includes changesets to release 1 package
Name Type
@keystatic/core 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

@vercel
Copy link

vercel bot commented Oct 18, 2023

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

Name Status Preview Comments Updated (UTC)
keystar-ui ✅ Ready (Inspect) Visit Preview Oct 18, 2023 5:56am
keystatic ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 18, 2023 5:56am
keystatic-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 18, 2023 5:56am

@@ -48,7 +47,6 @@ export function createUrqlClient(config: Config): Client {
: `${KEYSTATIC_CLOUD_API_URL}/v1/github/graphql`,
requestPolicy: 'cache-and-network',
exchanges: [
dedupExchange,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed this because it's deprecated and the same functionality is built-in now

@emmatown emmatown merged commit 1901064 into main Oct 18, 2023
6 checks passed
@emmatown emmatown deleted the update-urql branch October 18, 2023 06:02
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.

2 participants