We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 573a480 + ea5244b commit 7d4f482Copy full SHA for 7d4f482
documentation/docs/graphql/resolvers.mdx
@@ -869,7 +869,7 @@ export class TodoItemResolver extends UpdateResolver(TodoItemDTO) {
869
The `DeleteResolver` will only expose the `deleteOne` and `deleteMany` endpoints. The [options](#options) described for
870
`delete` can be passed to the `DeleteResolver`
871
872
-For example the following resolver will expose the `updateOneTodoItem` and `updateManyTodoItems` mutations.
+For example the following resolver will expose the `deleteOneTodoItem` and `deleteManyTodoItems` mutations.
873
874
```ts title="todo-item.resolver.ts"
875
import { QueryService, InjectQueryService } from '@ptc-org/nestjs-query-core';
0 commit comments