Added
- Support per-schema scalar overrides via
typesconfig ortypeLoader, without global side effects #1869 - Add
Type::builtInScalars()andType::BUILT_IN_SCALAR_NAMESaligning with GraphQL spec terminology #1869 - Add
Directive::builtInDirectives()andDirective::isBuiltInDirective()aligning with GraphQL spec terminology #1869
Deprecated
- Deprecate
Type::overrideStandardTypes()in favor of per-schema scalar overrides #1869 - Deprecate
Type::getStandardTypes()in favor ofType::builtInScalars()#1869 - Deprecate
Type::STANDARD_TYPE_NAMESin favor ofType::BUILT_IN_SCALAR_NAMES#1869 - Deprecate
Directive::getInternalDirectives()in favor ofDirective::builtInDirectives()#1869 - Deprecate
Directive::isSpecifiedDirective()in favor ofDirective::isBuiltInDirective()#1869