diff --git a/website/src/pages/docs/guides/vanilla-typescript.mdx b/website/src/pages/docs/guides/vanilla-typescript.mdx index 5c50b3481b1..f0bbe815d71 100644 --- a/website/src/pages/docs/guides/vanilla-typescript.mdx +++ b/website/src/pages/docs/guides/vanilla-typescript.mdx @@ -193,7 +193,7 @@ export async function execute( Accept: 'application/graphql-response+json' }, body: JSON.stringify({ - query: document, + query, variables }) })