hasura / hasura/graphql-engine
[Console] Enum from another schema is not displayed as dropdown when using Insert Row
Open
c/console
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description

Insurer field is foreign keyed to an enum in another schema
GraphQL insert mutation accepts enum just fine:
```graphql
mutation {
insert_test_test_one(object: {
insurer: BaoMinh
}) {
insurer
}
}
```
Contributor guide
Assessment
This issue has not been assessed yet.