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
I checked code of the two nextql-feathers samples. I am new to Node, Feathers and NextQL. I would like to ask if you can use feathers service hooks and feathers service filters when using nextql-feathers?
I see that on nextql model, you add feathers: {path, service} section, and I am wondering if that is the place to include something about hooks and filters.
But for what I understand about the code of nextql-feathers src, I am not sure that feathers service hooks and filters can be handled at this point. If they can, could you please give a hint on how?
Regards.
The text was updated successfully, but these errors were encountered:
Technically, you could extend feathers options inside nextql model to customize underlying feather model. If you could coding, feel free to pull requests. If not, please describe detail your use case, I willing to help you out.
Hi,
I checked code of the two nextql-feathers samples. I am new to Node, Feathers and NextQL. I would like to ask if you can use feathers service hooks and feathers service filters when using nextql-feathers?
I see that on nextql model, you add feathers: {path, service} section, and I am wondering if that is the place to include something about hooks and filters.
But for what I understand about the code of nextql-feathers src, I am not sure that feathers service hooks and filters can be handled at this point. If they can, could you please give a hint on how?
Regards.
The text was updated successfully, but these errors were encountered: