hasura / hasura/graphql-engine
Type not shown during schema mapping
Open
k/bug
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
### Version Information
Server Version: v2.1.0
CLI Version: v2.1.1
### Environment
Docker
### While mapping relationship types defined in the remote schema is not shown
Remote Schema
```
type RegisterUserReturnType {
userId: String
message: String
}
type Query {
sayHello: String!
}
type Mutation {
registerUser(token: String!): RegisterUserReturnType!
}
```

In the screenshot type `RegisterUserReturnType` is not shown while mapping
Contributor guide
Assessment
This issue has not been assessed yet.