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
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Changes in 1:1 connection behaviour:
* The case when all connection parts are null is allowed (gives null
child object instead of an error).
* The case when no child object were matched is allowed.
- FULL MATCH contraint does not verified entirely (further work is
needed).
- The following bug was fixed: usage of filtering arguments now cannot
trigger 'expect one matching object' error if data are consistent.
Other changes:
* GraphQL auto configuration behaviour was changed in case when a
connection parts count is the same with underlying index, the index is
unique and some index parts are nullable and some are not. Now it
generates 1:1 connection (and lean on runtime checks) instead of
giving an error.
Part of #135.
0 commit comments