Skip to content

Commit 7d4f482

Browse files
authored
fix: fixed typo (#393)
Fixed typo in doc for DeleteResolver
2 parents 573a480 + ea5244b commit 7d4f482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/graphql/resolvers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ export class TodoItemResolver extends UpdateResolver(TodoItemDTO) {
869869
The `DeleteResolver` will only expose the `deleteOne` and `deleteMany` endpoints. The [options](#options) described for
870870
`delete` can be passed to the `DeleteResolver`
871871

872-
For example the following resolver will expose the `updateOneTodoItem` and `updateManyTodoItems` mutations.
872+
For example the following resolver will expose the `deleteOneTodoItem` and `deleteManyTodoItems` mutations.
873873

874874
```ts title="todo-item.resolver.ts"
875875
import { QueryService, InjectQueryService } from '@ptc-org/nestjs-query-core';

0 commit comments

Comments
 (0)