You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the docs do not address how to create a generic custom query service to use as a base for all other custom query services. The only issue that I believe necessarily needs to be addressed is how to handle the @QueryService decorator, since in the generic case, the generic type for the entity cannot be placed in the decorator. An example would be great, instead of trail-error.
The text was updated successfully, but these errors were encountered:
📚 Documentation
we have docs on how to create a custom query service.
https://doug-martin.github.io/nestjs-query/docs/persistence/typeorm/custom-service
But the docs do not address how to create a generic custom query service to use as a base for all other custom query services. The only issue that I believe necessarily needs to be addressed is how to handle the @QueryService decorator, since in the generic case, the generic type for the entity cannot be placed in the decorator. An example would be great, instead of trail-error.
The text was updated successfully, but these errors were encountered: