hasura / hasura/graphql-engine
Track all "id_unique" in the GraphQL schema because it is not a valid
Open
k/bug
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
I restored the database using `Prisma`, and once I go to Hasura and click `Track all` got the following error
`cannot include "accounts.compound_id_unique" in the GraphQL schema because it is not a valid GraphQL identifier.`

The workaround which far from ideal.
I removed all unique from the schema, push the schema once again and then `track all` then it worked, and I put unique back.
Is there any solution for this problem?
Hasura: v2.0.9
Contributor guide
Assessment
This issue has not been assessed yet.