hasura / hasura/graphql-engine

Type not shown during schema mapping

Open
#8,050 0 comments 0 reactions 0 assignees View on GitHub
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!
}
```

![Screenshot 2022-01-19 at 3 54 26 PM](https://user-images.githubusercontent.com/29140664/150113051-58097ff7-c9e2-4faa-9dff-f4ce27ca66b6.png)

In the screenshot type `RegisterUserReturnType` is not shown while mapping

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.