Steams / ra-data-hasura-graphql

React-admin data provider for Hasura GraphQL endpoints
MIT License
211 stars 33 forks source link

Fix issue with sanitizing a null value in an array #75

Closed remiremi closed 3 years ago

remiremi commented 3 years ago

The sanitize function was failing with cannot read 'id' of null when sanitizing a nested JSON field that contained the array [ null ]