v14.4.0
版本发布时间: 2020-12-04 00:07:01
webonyx/graphql-php最新发布版本:v15.14.1(2024-09-26 16:18:25)
- Fixed
SchemaPrinter
so that it uses late static bindings when extended (#747) - Parse
DirectiveDefinitionNode->locations
asNodeList<NamedNode>
(fixes AST::fromArray conversion) (#723) - Parse
Parser::implementsInterfaces
asNodeList<NamedTypeNode>
(fixes AST::fromArray conversion) - Fix signature of
Parser::unionMemberTypes
to match actualNodeList<NamedTypeNode>