-
Notifications
You must be signed in to change notification settings - Fork 6
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
XxxConnection / XxxEdges #3
Comments
Do you have a suitable example file? I have not so far had a need to filter out edges, but I can see how that would be useful. Thanks. |
Ok, how about graphqlviz-0.5.0-preview.zip? Does it work for you? |
fdgdfgfd |
That works perfectly. Thanks a lot! BTW: Sorry for the delay. Some how i missed the original notification of your post - so it wasn't until I received the comment from "arunappulal" i noted the response. |
While GraphQL does not specify any standard for doing paging/collections, it seems that a convention is to have a XxxConnection-type and possilby a XxxEdge-type, which always contains a specific sets of fields and reference an instance of Xxx.
With larger graphs with many collections with paging, the Connect/Edge-types clutter the graph quite a bit. It would be nice to have a way of replacing any of these paging classes with a "one to many" connection in the dot-graph. This could be indicated with a star either at the arrow or prefixed/suffixed the connection name.
As there is no specification, this might be a bit tricky to get right, matching might have to be a bit flexible - and this might be a feature that is not on by default.
The text was updated successfully, but these errors were encountered: