-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: graphql/graphql-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3c0ba0b
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: graphql/graphql-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4171fc6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 70 files changed
- 4 contributors
Commits on May 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 83751a9 - Browse repository at this point
Copy the full SHA 83751a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 960f207 - Browse repository at this point
Copy the full SHA 960f207View commit details
Commits on May 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5579180 - Browse repository at this point
Copy the full SHA 5579180View commit details -
Refine parse and AST to represent ConstValue (#3059)
This adds: * ConstValueNode - A subtype of ValueNode which recursively excludes Variables * Improved syntax error when encountering variable in a const value * parseConstValue(): ConstValueNode * isConstValue(): ConstValueNode * Various refinements to AST types to use ConstValueNode (or a type which includes it) to better align to the spec.
Configuration menu - View commit details
-
Copy full SHA for 513eacc - Browse repository at this point
Copy the full SHA 513eaccView commit details
Commits on May 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1af561f - Browse repository at this point
Copy the full SHA 1af561fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d695f53 - Browse repository at this point
Copy the full SHA d695f53View commit details -
Flow: add missing names to arguments of function types (#3072)
In preparation to TS convertion
Configuration menu - View commit details
-
Copy full SHA for bd5583c - Browse repository at this point
Copy the full SHA bd5583cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cfb2be - Browse repository at this point
Copy the full SHA 3cfb2beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78d5f83 - Browse repository at this point
Copy the full SHA 78d5f83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98dcac3 - Browse repository at this point
Copy the full SHA 98dcac3View commit details -
Unify InputValueConfig in schema definition
Defines a central `GraphQLInputValueConfig` and `GraphQLInputValue` as well as single definitions for converting between them, unifying this common functionality between input values and arguments. This is a pre-req for #3049
Configuration menu - View commit details
-
Copy full SHA for 13c3957 - Browse repository at this point
Copy the full SHA 13c3957View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13ef6fe - Browse repository at this point
Copy the full SHA 13ef6feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d0c2f3 - Browse repository at this point
Copy the full SHA 5d0c2f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d87c02 - Browse repository at this point
Copy the full SHA 1d87c02View commit details
Commits on May 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0a91e63 - Browse repository at this point
Copy the full SHA 0a91e63View commit details -
Add valueToLiteral() and literalToValue()
* Adds `valueToLiteral()` which takes an external value and translates it to a literal, allowing for custom scalars to define this behavior. * Adds `literalToValue()` which does the same in reverse, also allowing custom scalars to define it. * Deprecates `valueFromASTUntyped()` in favor of `literalToValue()`, replacing all use of it in the codebase and adding a printed warning (via a new `deprecationWarning` method). This also adds important changes to Input Coercion, especially for custom scalars: * The value provided to `parseLiteral` is now `ConstValueNode` and the second `variables` argument has been removed. For all built-in scalars this has no effect, but any custom scalars which use complex literals no longer need to do variable reconciliation manually (in fact most do not -- this has been an easy subtle bug to miss). This behavior is possible with the addition of `replaceASTVariables` * The `parseLiteral` function is no longer filled with a default implementation. Callsites need to check for it before calling it. This untangles what would otherwise be a circular dependency. Both callsites are updated.
Configuration menu - View commit details
-
Copy full SHA for 4171fc6 - Browse repository at this point
Copy the full SHA 4171fc6View commit details
Loading
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 3c0ba0b...4171fc6