Skip to content

Diff misses types that implement interface  #7

Closed
@satshabad-cr

Description

@satshabad-cr

If have a schema like so, and a GraphQL implementation to match

type Query {
  foo: Bar
}

interface Bar {
  someField: String
}

type Baz implements Bar {
  someField: String
}

The differ misses Baz from the implementation completely

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions