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
Describe the bug
The array methodz _PUSH/ _POP do not raise an error when the array is not initialized; this happens only on relationship properties, while a proper error is raised on node properties.
Expected behavior
A consistent behavior with an error that is raised, currently one mutation does not raise an error and at the same time, the property is not correctly mutated.
System (please complete the following information):
We've been able to confirm this bug using the steps to reproduce that you provided - many thanks @MacondoExpress! 🙏 We will now prioritise the bug and address it appropriately.
Describe the bug
The array methodz
_PUSH
/_POP
do not raise an error when the array is not initialized; this happens only on relationship properties, while a proper error is raised on node properties.Type definitions
To Reproduce
The below mutation does not raise an error:
The following will raise an error:
Error
Expected behavior
A consistent behavior with an error that is raised, currently one mutation does not raise an error and at the same time, the property is not correctly mutated.
System (please complete the following information):
The text was updated successfully, but these errors were encountered: