graphql-explorer icon indicating copy to clipboard operation
graphql-explorer copied to clipboard

Support multiple relations with the same name

Open gfpacheco opened this issue 5 years ago • 0 comments

The explorer doesn't know how to draw two different relations with the same field name.

Reproduce:

  1. Create type A
  2. Create type B
  3. Create relation from A to B called foo
  4. Create relation from B to A called foo

The result is this:

image

gfpacheco avatar Mar 12 '19 21:03 gfpacheco