Skip to content

Commit

Permalink
Update vanilla-typescript.mdx (#10174)
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy authored Oct 21, 2024
1 parent a235051 commit 0a5f79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/docs/guides/vanilla-typescript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,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 0a5f79b

Please sign in to comment.