github webonyx/graphql-php v15.31.0

6 hours ago

Added

  • Support per-schema scalar overrides via types config or typeLoader, without global side effects #1869
  • Add Type::builtInScalars() and Type::BUILT_IN_SCALAR_NAMES aligning with GraphQL spec terminology #1869
  • Add Directive::builtInDirectives() and Directive::isBuiltInDirective() aligning with GraphQL spec terminology #1869

Deprecated

  • Deprecate Type::overrideStandardTypes() in favor of per-schema scalar overrides #1869
  • Deprecate Type::getStandardTypes() in favor of Type::builtInScalars() #1869
  • Deprecate Type::STANDARD_TYPE_NAMES in favor of Type::BUILT_IN_SCALAR_NAMES #1869
  • Deprecate Directive::getInternalDirectives() in favor of Directive::builtInDirectives() #1869
  • Deprecate Directive::isSpecifiedDirective() in favor of Directive::isBuiltInDirective() #1869

Don't miss a new graphql-php release

NewReleases is sending notifications on new releases.