You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.