You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.