hasura / hasura/graphql-engine

[Console] Enum from another schema is not displayed as dropdown when using Insert Row

Open
#7,482 0 comments 0 reactions 0 assignees View on GitHub
c/console
Dominant language
TypeScript
Stars
32.1k
Forks
3k
PR merge metrics
PR metrics pending

Description

![image](https://user-images.githubusercontent.com/4255482/131453959-dc7d7066-3294-49db-8d09-3f338141b27e.png)

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.