Skip to content

Commit

Permalink
Merge branch 'main' into pr/wrapHooks-2
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas authored Mar 5, 2024
2 parents d019058 + fc949bb commit 682aa45
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 58 deletions.
2 changes: 1 addition & 1 deletion docs/source/data/suspense.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ const PARTIAL_GET_DOG_QUERY: TypedDocumentNode<
// Write partial data for Buck to the cache
// so it is available when Dog renders
client.writeQuery({
query: GET_DOG_QUERY_PARTIAL,
query: PARTIAL_GET_DOG_QUERY,
variables: { id: "1" },
data: { dog: { id: "1", name: "Buck" } },
});
Expand Down
151 changes: 94 additions & 57 deletions integration-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 682aa45

Please sign in to comment.