Steams / ra-data-hasura-graphql

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

Custom Schema #63

Open narayanpromax opened 4 years ago

narayanpromax commented 4 years ago

How to pass custom database schema and not public?

narayanpromax commented 4 years ago

Also different primary key than id, For eg: city_id, address_id

datakurre commented 4 years ago

Hasura prefixes types with schema name when schema is not public. So, resources at schema custom are prefixed with custom_. I have had no issues with custom schemas.

For custom id I have no solution. It's hardcoded convention in this library.