Missing field type info in code mirror and type ahead is broken
Open
@graphiql/react
bug
graphiql
- Dominant language
- TypeScript
- Stars
- 16.9k
- Forks
- 1.9k
- Avg merge
- 22h 45m
- Merged PRs (30d)
- 70
Description
In doc viewer, the type of `edges` (`[AccessEdge]!`) is shown correctly

But in code mirror, the type is missing

Also, if the type is missing, type ahead inside the field doesn't work. Not sure if they share the same cause
```gql
edges {
type_here_no_hint
}
```
Contributor guide
Assessment
This issue has not been assessed yet.