feat: make createDataProvider take an rqlClient as input
Compare changes
Files
2+ 5
− 1
@@ -18,6 +18,7 @@ import {
@@ -81,7 +82,10 @@ export const CityShow = (props: ShowProps) => (
The rqlClient is used so often that we can expect it to be available when creating the data provider.