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

Interface with unions in an imported file is not recognized

Open avaly opened this issue 2 years ago • 0 comments

Describe the bug

Interface with unions in an imported file is not recognized.

To Reproduce

Steps to reproduce the behavior:

https://codesandbox.io/s/blissful-black-xsud2

Expected behavior

The schema should be parsed correctly.

Environment:

  • OS: Linux
  • @graphql-tools/*: git master - commit 01bc6c267bd3dc43038c0b3d7fa2b369e70eadd3
  • @graphql-tools/load: 7.4.1
  • @graphql-tools/graphql-file-loader: 7.3.2
  • NodeJS: 14.18.1

avaly avatar Nov 02 '21 11:11 avaly