mirror of
https://github.com/strapi/strapi.git
synced 2025-10-29 17:04:13 +00:00
This now works, as it should:
```
Mutation: {
customMutation:
resolver: {
plugin: "custom-plugin",
handler: "Post.customMutation"
}
}
}
}
```