Details
-
Bug
-
Resolution: Fixed
-
High
-
3.2.4, 3.3.1
-
None
Description
- Create new Content Type named "Test 1" with "Name" and "Single relation" fields.
- Create new Content Type named "Test 2" with "Name" and "Single relation" fields.
- Create single Content of "Test 1" CT and single Content of "Test 2" in "Folder 1".
- Create bidirectional relation between those two Contents (Test 1 => Test 2, Test 2 => Test 1).
- Enter "Folder 1" in Content Tree.
Result:
GraphQL module throws 500 exception (nesting or OOM).
Expected result:
GraphQL module shouldn't throw an exception.