Files
kami-parse-server/src
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
..
2021-03-30 22:42:34 +02:00
2021-09-03 01:23:15 +02:00
2018-09-01 13:58:06 -04:00
2021-04-09 10:12:24 -05:00
2021-02-09 14:03:57 +01:00
2018-09-01 13:58:06 -04:00
2020-12-18 14:54:48 +01:00
2018-09-01 13:58:06 -04:00