diff --git a/site/src/routes/api/graphql-magic/+page.svx b/site/src/routes/api/graphql-magic/+page.svx index cdcbf3434..c1a827fb1 100644 --- a/site/src/routes/api/graphql-magic/+page.svx +++ b/site/src/routes/api/graphql-magic/+page.svx @@ -60,7 +60,7 @@ mutation UncompleteItem($id: ID!) { } ``` -### `@dedupe(cancelFirst: Booleam)` +### `@dedupe(cancelFirst: Boolean)` `@dedupe` lets you control wether or not multiple copies of the same operation (query or mutation) are allowed to run at the same time. If you pass `true` for the `cancelFirst` argument then the first copy of the operation will be canceled (including any in-flight requests).