Erik Haugsjaa (SSI, CTR)
Erik Haugsjaa (SSI, CTR)
SOLUTION: Do as @rikinsk mentions in [#3066](https://github.com/hasura/graphql-engine/issues/3666#issuecomment-572419941) . Add an explicit `constraint`, not just a unique index. ``` ALTER TABLE ADD CONSTRAINT UNIQUE (, ); ```
@mphillippiAPG I have better luck with `bw lock` and `bw unlock [password]`
RELATED: - graphQL spec RFC and `@oneOf` https://github.com/graphql/graphql-spec/pull/825 This would eventually trickle down to hasura to figure out a way to implement - General search on "polymorphism" in the graphql...