Skip to content

Commit

Permalink
Fix React Query doc (#10246)
Browse files Browse the repository at this point in the history
* Fix React Query doc

* Test

* Revert "Test"

This reverts commit 9152380.
  • Loading branch information
eddeee888 authored Jan 27, 2025
1 parent e188578 commit b28fe5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/docs/guides/react-query.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export async function execute<TResult, TVariables>(
Accept: 'application/graphql-response+json'
},
body: JSON.stringify({
query: document,
query,
variables
})
})
Expand Down

0 comments on commit b28fe5f

Please sign in to comment.