Skip to content

Commit b28fe5f

Browse files
authored
Fix React Query doc (#10246)
* Fix React Query doc * Test * Revert "Test" This reverts commit 9152380.
1 parent e188578 commit b28fe5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/docs/guides/react-query.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export async function execute<TResult, TVariables>(
177177
Accept: 'application/graphql-response+json'
178178
},
179179
body: JSON.stringify({
180-
query: document,
180+
query,
181181
variables
182182
})
183183
})

0 commit comments

Comments
 (0)