Skip to content

When reference another type without relation, it should give informative error message #2

Description

@ron-liu
type A {
  id: ID
}

type B {
  a: A 
}

Currently, it say: Unhandled rejection Error: Only pending deferreds can be rejected, this deferred is already rejected.

Should say: relation is missing ....

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions