- Issue created by @omarlopesino
- Merge request !113Issue #3508250: Allow nullable fields in GraphQL views displays → (Open) created by omarlopesino
When there is a field empty, the query output returns the field value as an empty string. It would be nice if it would
return null instead, to easy detect when a data comes empty.
Create a graphql display with fields, and one of those field is nullable (not required).
Add a checkbox in fields configuration to let GraphQL know if that field is nullable or not.
Active
2.4
Code