Skip to content

Commit 678a64a

Browse files
Apply suggestions from code review
Co-authored-by: Cris Naranjo <[email protected]>
1 parent fb1f3d3 commit 678a64a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/pages/api-v16/execution.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const { execute } = require('graphql'); // CommonJS
3131
```ts
3232
export function execute({
3333
schema,
34-
documentAST,
34+
document
3535
rootValue,
3636
contextValue,
3737
variableValues,
@@ -98,7 +98,7 @@ method will throw an error.
9898
```ts
9999
export function executeSync({
100100
schema,
101-
documentAST,
101+
document,
102102
rootValue,
103103
contextValue,
104104
variableValues,

0 commit comments

Comments
 (0)