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.
Description
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