Skip to content

v4.0.0

Compare
Choose a tag to compare
@spawnia spawnia released this 13 Dec 15:50
· 53 commits to master since this release
0390c58

Added

  • Support PHP 8

Changed

  • Rename Mixed class to MixedScalar because mixed is a reserved name in PHP 8.
    The GraphQL name of the scalar is still Mixed so the schema does not change.