How to implement `custom resolvers` in DQL?

If you want to query DQL in GraphQL (query the facet), there is Custom DQL. However, for mutations, the only current method is to create a Custom Mutation in a Lambda.

J