graphql / graphql/graphiql

Missing field type info in code mirror and type ahead is broken

Open
#2,432 4 comments 0 reactions 2 assignees Claimed by @yilinjuang View on GitHub
@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
image

But in code mirror, the type is missing
image

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

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.