Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'loadTypedefsSync' is not outputting imported types #4894

Open
2 of 4 tasks
Tracked by #5201 ...
idahogurl opened this issue Dec 9, 2022 · 0 comments
Open
2 of 4 tasks
Tracked by #5201 ...

'loadTypedefsSync' is not outputting imported types #4894

idahogurl opened this issue Dec 9, 2022 · 0 comments

Comments

@idahogurl
Copy link

idahogurl commented Dec 9, 2022

Issue workflow progress

Progress of the issue based on the Contributor Workflow

  • 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox

    Make sure to fork this template and run yarn generate in the terminal.

    Please make sure the GraphQL Tools package versions under package.json matches yours.

  • 2. A failing test has been provided
  • 3. A local solution has been provided
  • 4. A pull request is pending review

Describe the bug

To Reproduce
Steps to reproduce the behavior:

  1. Clone https://github.com/idahogurl/graphql-tools-import-bug
  2. Run npm i
  3. Run npm run output

Expected behavior
The type PilatesInstructor is output in the schema.graphql file generated

Actual behavior
The type PilatesInstructor is missing from schema.graphql

Environment:

  • OS: macOS Monterey
  • "@graphql-tools/graphql-file-loader": "^7.5.13"
  • "@graphql-tools/load": "^7.8.8"
  • "graphql": "^16.6.0"
  • NodeJS: v16.18.1

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant