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
Trying to query gatsby graphql data on any neo field that has more than one level will return null value.
Steps to reproduce
Create a new Neo field with the following Level 0, Level 1, Level 2, having Level 1 as an allow child block of level 0 and Level 2 as an allow child block of Level 1
Create an entry that utilizing this field.
Go to Gatsby GraphQL to try to query the level 2's content, they are not available.
Additional info
Craft version: 3.7.57
PHP version: 7.4.30
Database driver & version: MySQL 8.0.30
Plugins & versions: Neo - 2.13.15
The text was updated successfully, but these errors were encountered:
Description
Trying to query gatsby graphql data on any neo field that has more than one level will return null value.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: