-
Notifications
You must be signed in to change notification settings - Fork 2k
Comparing changes
Open a pull request
base repository: graphql/graphql-js
base: v16.10.0
head repository: graphql/graphql-js
compare: v16.11.0
- 20 commits
- 42 files changed
- 10 contributors
Commits on Jan 15, 2025
-
This is popular on google as an index page
Configuration menu - View commit details
-
Copy full SHA for 0c164d3 - Browse repository at this point
Copy the full SHA 0c164d3View commit details
Commits on Jan 29, 2025
-
fix sidebar for documentation and
/api-v16(#4331)Co-authored-by: Jovi De Croock <decroockjovi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8296fbf - Browse repository at this point
Copy the full SHA 8296fbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90ebe5a - Browse repository at this point
Copy the full SHA 90ebe5aView commit details -
Increase print/visit performance (#4312)
This replaces our expensive method that changes the underlying V8 shape multiple times with a loop that preserves the identity as much as possible. ``` ⏱ Print kitchen sink document 1 tests completed. 2 tests completed. HEAD x 9,290 ops/sec ±0.21% x 1.51 KB/op (24 runs sampled) BASE x 2,645 ops/sec ±0.18% x 2.18 KB/op (11 runs sampled) ``` --------- Co-authored-by: Benjie <code@benjiegillam.com>
Configuration menu - View commit details
-
Copy full SHA for 31bf28f - Browse repository at this point
Copy the full SHA 31bf28fView commit details
Commits on Feb 5, 2025
-
Improve flow of documentation around GraphiQL (#4340)
See graphql/graphql.github.io#1951 For someone following the tutorial they may well get as far as running the server (`node server.js`) and then attempt to visit their new API and get confused because they're met with an error such as `{"errors":[{"message":"Missing query"}]}`. This PR adds some joining text to make it clear this is the expected outcome, and they must read on to get the GraphiQL IDE set up so that they can write queries.
Configuration menu - View commit details
-
Copy full SHA for 6afd9d1 - Browse repository at this point
Copy the full SHA 6afd9d1View commit details
Commits on Feb 12, 2025
-
typofix: removes extra parenthesis from getting started code snippet (#…
…4343) * removes extra parenthesis from getting started code snippet
Configuration menu - View commit details
-
Copy full SHA for 05c92f4 - Browse repository at this point
Copy the full SHA 05c92f4View commit details
Commits on Feb 19, 2025
-
First draft for upgrade guide to v17 (#4310)
Co-authored-by: Yaacov Rydzinski <yaacovCR@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7066b58 - Browse repository at this point
Copy the full SHA 7066b58View commit details
Commits on Mar 4, 2025
-
docs(getting-started): promises current links (#4352)
See: [Archived repo](https://github.com/html5rocks/www.html5rocks.com/blob/master/content/tutorials/es6/promises/en/index.html#L6) redirected the links.
Configuration menu - View commit details
-
Copy full SHA for 1437cda - Browse repository at this point
Copy the full SHA 1437cdaView commit details
Commits on Mar 8, 2025
-
fixed wrong variable name (#4351)
Issue The server throws an error because the root variable is not defined. The correct variable name should be rootValue, which was previously declared in the code. Fix Updated rootValue in the createHandler function to use the correct variable name. Changes Replaced root with rootValue in the GraphQL handler configuration.
Configuration menu - View commit details
-
Copy full SHA for 6b253e7 - Browse repository at this point
Copy the full SHA 6b253e7View commit details
Commits on Mar 27, 2025
-
Ensure we validate for using nullable variables in oneOf input fields (…
…#4363) In the spec we explicitly disallow `nullable` variables to be passed to the fields of a oneOf input object. This is present in v17 but seems missing from v16.
Configuration menu - View commit details
-
Copy full SHA for 0a848cc - Browse repository at this point
Copy the full SHA 0a848ccView commit details
Commits on Apr 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5adeb7f - Browse repository at this point
Copy the full SHA 5adeb7fView commit details
Commits on Apr 10, 2025
-
feat(execution): add max coercion errors option to execution context (#…
…4366) This PR add `executionOptions` property to the `ExecutionArgs`. Currently only one option can be configured, as is the one I need, but I have built an object so it can easily be extended in the future. The property allows the configuration of the maximum number of errors (`maxErrors`) for coercion. This allows the current hardcoded limit (`50`) to be reduced to a small number to avoid possible DoS attacks. > Also, it updates the execution docs to reflect this new change. I think the documentation was outdated since functions were using positional arguments and now they only accept an object. No longer updates the docs.
Configuration menu - View commit details
-
Copy full SHA for 50cbe4a - Browse repository at this point
Copy the full SHA 50cbe4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8025494 - Browse repository at this point
Copy the full SHA 8025494View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dd7812 - Browse repository at this point
Copy the full SHA 7dd7812View commit details
Commits on Apr 24, 2025
-
Chore: bump setup-node (#4377)
Attempting to fix all our failing actions
Configuration menu - View commit details
-
Copy full SHA for 2df9d6f - Browse repository at this point
Copy the full SHA 2df9d6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ca1479 - Browse repository at this point
Copy the full SHA 2ca1479View commit details -
Refactor every code-first example to leverage resolve (#4372)
This refactors the code-first examples to use inline-resolvers rather than the root-value to show a difference between SDL and code-first.
Configuration menu - View commit details
-
Copy full SHA for 1bc2867 - Browse repository at this point
Copy the full SHA 1bc2867View commit details
Commits on Apr 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b296a42 - Browse repository at this point
Copy the full SHA b296a42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 556c80f - Browse repository at this point
Copy the full SHA 556c80fView commit details
Commits on Apr 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c18e9f6 - Browse repository at this point
Copy the full SHA c18e9f6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v16.10.0...v16.11.0