Skip to content

Commit

Permalink
More changes to reflect what the actual mutation will look like
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusperezNR committed Dec 10, 2024
1 parent 37d6932 commit fddfdb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Some important details about this query:

## Cancel an async query [#example-cancel-query]

You can cancel an asynchronous query by using the `cancelAsyncQuery` mutation. This mutation takes the `queryId` of the
You can cancel an asynchronous query by using the `cancelQuery` mutation. This mutation takes the `queryId` of the
query you want to cancel. It will either return an `ACCEPTED` status, or `REJECTED` status with a reason for rejection.

```graphql
Expand Down

0 comments on commit fddfdb3

Please sign in to comment.