-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
[1.0] GraphQL connection operator name tweaks fixes #1174 #1177
Conversation
Deploy preview ready! Built with commit 47955d0 |
Deploy preview ready! Built with commit 47955d0 |
Deploy preview failed. Built with commit 47955d0 https://app.netlify.com/sites/gatsbyjs/deploys/5942d8c3cf321c4b3c3f1a33 |
…ilter' This both makes it easier to navigate the connection arguments as well as protects against name collisions as if someone had a filter named skip, limit, or sort (the other top-level input fields) then there'd be a mysterious error.
I also decided to rename the connection field "groupBy" to group for the same reason as sortBy -> sort. |
From the last commit, more of the rational for the filter change:
|
No description provided.