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
Changed interface of ScalarType, validateNonNulFunction is replaced by validateAndCoerceInput / coerceOutput to allow more flexibility with scalar values. ‼️ Major BC, 🏆 feature
Removed option to set description for type by using class constant. Only attribute can be used from now. ⚠️ BC
Significantly reduced code in core classes, some code has been moved to Visitors to reduce objects size. ⚠️ BC
Changed namespace of multiple internal classes. ⚠️ BC
Bumped minimum PHP version to 8.2 - readonly classes are used for internal dtos.
Added additional validation of resolver function return types. 🏆 feature