-
-
Notifications
You must be signed in to change notification settings - Fork 517
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
GraphQL voyager breaks with large schemas (only with mutations) #204
Comments
When a schema loaded, Queries are fine But when i switched to mutations After few minutes display a blank screen This is first time for me. I used this tool frequently, this is the best tool to understand and representation of GraphQL Schema. I have already put 200,000 lines of code but never got this error. Can you fix this online version of graphql voyager @IvanGoncharov ? |
Now I open console when i switch to mutations and then blank screen occur, got error. |
can you fix this error on online version @IvanGoncharov @RomanHotsiy @knidarkness ? |
the way I see it you have two options-
|
We are also having this 'non-issue' ;) Is there a reason why |
The issue seems to be coming from viz.js - it has a limit to 256mb. Now I am not sure what it will take to reimplement voyager around it. |
When I try to switch queries to mutation GraphQL voyager with a schema that is about 400,000 lines long it breaks, (it just displays a blank screen). It seems though that this schema is just big enough to cause this issue. Can you fix this problem on online version ?
The text was updated successfully, but these errors were encountered: