Actions
Feature #32214
closedRegister query fields with custom resolvers
Difficulty:
Triaged:
No
Description
We currently support registering queries from plugins for a single record or collection of records which works flawlessly for models. There might be cases when a developer would like to query data that is not backed by a model and needs more control over how the query is resolved, therefore it would be good if there was a way to register custom resolver with the field.
Actions