We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4815b3d commit b2c3b02Copy full SHA for b2c3b02
1 file changed
CHANGELOG.md
@@ -9,9 +9,15 @@ You can find and compare releases at the [GitHub release page](https://github.co
9
10
## Unreleased
11
12
+## v15.31.2
13
+
14
### Changed
15
-- Exclusively support `types` for per-schema scalar overrides, not `typeLoader` https://github.com/webonyx/graphql-php/pull/1884
16
+- Exclusively support `types` for per-schema built-in scalar overrides, not `typeLoader` https://github.com/webonyx/graphql-php/pull/1884
17
18
+### Fixed
19
20
+- Fix `parseLiteral` not called on per-schema built-in scalar overrides for inline arguments https://github.com/webonyx/graphql-php/pull/1880
21
22
## v15.31.1
23
0 commit comments