Skip to content

Commit

Permalink
Fix documentation parameter type spelling error (#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
damoonrashidi authored Nov 14, 2024
1 parent 70dab29 commit b93c013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/routes/api/graphql-magic/+page.svx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit b93c013

Please sign in to comment.