| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-14 | 1.2 kB | |
| v15.31.0 source code.tar.gz | 2026-03-14 | 166.9 kB | |
| v15.31.0 source code.zip | 2026-03-14 | 280.7 kB | |
| Totals: 3 Items | 448.8 kB | 0 | |
Added
- Support per-schema scalar overrides via
typesconfig ortypeLoader, without global side effects https://github.com/webonyx/graphql-php/pull/1869 - Add
Type::builtInScalars()andType::BUILT_IN_SCALAR_NAMESaligning with GraphQL spec terminology https://github.com/webonyx/graphql-php/pull/1869 - Add
Directive::builtInDirectives()andDirective::isBuiltInDirective()aligning with GraphQL spec terminology https://github.com/webonyx/graphql-php/pull/1869
Deprecated
- Deprecate
Type::overrideStandardTypes()in favor of per-schema scalar overrides https://github.com/webonyx/graphql-php/pull/1869 - Deprecate
Type::getStandardTypes()in favor ofType::builtInScalars()https://github.com/webonyx/graphql-php/pull/1869 - Deprecate
Type::STANDARD_TYPE_NAMESin favor ofType::BUILT_IN_SCALAR_NAMEShttps://github.com/webonyx/graphql-php/pull/1869 - Deprecate
Directive::getInternalDirectives()in favor ofDirective::builtInDirectives()https://github.com/webonyx/graphql-php/pull/1869 - Deprecate
Directive::isSpecifiedDirective()in favor ofDirective::isBuiltInDirective()https://github.com/webonyx/graphql-php/pull/1869