Hotfix/2.2.8: Handles null references inside group.
- While normalizing an entry, null was being passed to graphql, which makes it display references as null. Handling null reference passed to graphql which expects an array data type resolves the issue.