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

Stuck at "loading" when running graphql-faker, is there a way to see a more detailed log? #160

Open
lfr opened this issue Nov 5, 2021 · 1 comment

Comments

@lfr
Copy link

lfr commented Nov 5, 2021

My schema passes validation I suppose because I see this:
image

But from the browser I never get beyond this point:
image

Is there any way for me to check what part of my very large gql file may be causing issues?

@lfr
Copy link
Author

lfr commented Nov 9, 2021

I fixed my issue, turns out there was a syntax error in the directive declaration, I'll leave this open in case someone wants to convert it to a bug.

directive @hidden on OBJECT, FIELD_DEFINITION  # coma should've been reported as an error
directive @hidden on OBJECT | FIELD_DEFINITION # fixing the coma fixes the issue

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