Steams / ra-data-hasura-graphql

React-admin data provider for Hasura GraphQL endpoints
MIT License
211 stars 33 forks source link

Fields cannot be customized as in README with released package due to missing exports #66

Open datakurre opened 4 years ago

datakurre commented 4 years ago

I tried to follow:

https://github.com/Steams/ra-data-hasura-graphql#customize-fields-variables-responseparser

I was unable customize field with the release version, because released package (0.1.12) is missing src directory and dist only exposes what is exported in index.js.

Source checkout or vendoring the package works.