v4.0.0
Added
- Support PHP 8
Changed
- Rename
Mixed
class toMixedScalar
becausemixed
is a reserved name in PHP 8.
The GraphQL name of the scalar is stillMixed
so the schema does not change.
Mixed
class to MixedScalar
because mixed
is a reserved name in PHP 8.Mixed
so the schema does not change.