Files
kami-parse-server/src/GraphQL/loaders
Antoine Cormouls 626fad2e71 fix: setting a field to null does not delete it via GraphQL API (#7649)
BREAKING CHANGE: To delete a field via the GraphQL API, the field value has to be set to `null`. Previously, setting a field value to `null` would save a null value in the database, which was not according to the [GraphQL specs](https://spec.graphql.org/June2018/#sec-Null-Value). To delete a file field use `file: null`, the previous way of using `file: { file: null }` has become obsolete.
2021-10-27 01:33:48 +02:00
..
2020-12-13 11:19:04 -06:00
2020-12-13 11:19:04 -06:00
2020-12-13 11:19:04 -06:00
2020-12-13 11:19:04 -06:00
2020-12-13 11:19:04 -06:00
2020-12-13 11:19:04 -06:00