Skip to content

Commit 0a5f79b

Browse files
authored
Update vanilla-typescript.mdx (#10174)
1 parent a235051 commit 0a5f79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/docs/guides/vanilla-typescript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export async function execute<TResult, TVariables>(
193193
Accept: 'application/graphql-response+json'
194194
},
195195
body: JSON.stringify({
196-
query: document,
196+
query,
197197
variables
198198
})
199199
})

0 commit comments

Comments
 (0)