Skip to content

2.0.0

Choose a tag to compare

@PowerKiKi PowerKiKi released this 14 Apr 13:38
· 146 commits to master since this release
7ab89af

Added

  • Introduce partial inputs for update mutations

Fixed

  • Getter with argument with default values can be called without any values
  • Upgrade graphql-php to 0.11

BREAKING CHANGE

  • Expose entities default values. The breaking change is not in PHP code, but in the API.
    Some fields will be changed from mandatory to optional with default value. It should
    not break existing API clients, but it may or may not have side-effects on API clients.