how to pass additional "meta" for resources to dataProvider?
I'm writing a new dataProfider for the WordPress REST API.
I need to pass additional parameters for the resource to the dataProvider.
Thans to the help of kapa.ai in this thread: https://discord.com/channels/837692625737613362/1093124784801468487
I tried to add them as
What I'm doing wrong?
here the relevant code, the parameter I need to get in dataProvider is :
and in dataProvider:
I need to pass additional parameters for the resource to the dataProvider.
Thans to the help of kapa.ai in this thread: https://discord.com/channels/837692625737613362/1093124784801468487
I tried to add them as
meta in <Refine resources{}> but I can't get it in the dataProvider.What I'm doing wrong?
here the relevant code, the parameter I need to get in dataProvider is :
namespace and in dataProvider:
