v14.1.0
版本发布时间: 2020-07-21 19:23:33
webonyx/graphql-php最新发布版本:v15.14.1(2024-09-26 16:18:25)
New:
- Add partial parse functions for const variants (#693)
Fixes:
- Differentiate between client-safe and non-client-safe errors in scalar validation (#706)
- Proper type hints for
IntValueNode
(#691)
Refactoring:
- Ensure NamedTypeNode::$name is always a NameNode (#695)
- Visitor: simplify getVisitFn (#694)
- Replace function calls with type casts (#692)
- Fix "only booleans are allowed" errors (#659)