-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Hi @MrHertal !
I realized in latest amplify it generates queries like: dataPointsByMetricID instead of listDatapointsByMetricId which is generated via getQueryName and getQueryNameMany functions.
Although, there is no way to alter those functions, and DataProvider is not exported nor its parts.
There are two options, which might be helpful:
- Make
DataProvidercustomizable includinggetQueryName - Update
getQueryNameaccording to recent updates
Also, I would suggest not using getQueryName and similar functions as class methods preferring simple functions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels