Closed n3n closed 2 years ago
https://github.com/hasura/ra-data-hasura/blob/master/src/getResponseParser/sanitizeResource.ts#L3
As I understand this line will skip GraphQL reserved names but the reserved name starts with two underscores.
So it affects to JSON column that contains key field which starts with an underscore
image1
image2
image3
https://github.com/hasura/ra-data-hasura/blob/master/src/getResponseParser/sanitizeResource.ts#L3
As I understand this line will skip GraphQL reserved names but the reserved name starts with two underscores.
So it affects to JSON column that contains key field which starts with an underscore
image1
image2
image3