Open narayanpromax opened 4 years ago
Also different primary key than id, For eg: city_id, address_id
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.
How to pass custom database schema and not public?