| ... | @@ -15,7 +15,6 @@ | ... | @@ -15,7 +15,6 @@ |
| 15 | - `id` is now required for all mutations. It must be unique per client; | 15 | - `id` is now required for all mutations. It must be unique per client; |
| 16 | duplicate registration throws in production and replaces the previous | 16 | duplicate registration throws in production and replaces the previous |
| 17 | registration in development (hot reload re-runs `define`). | 17 | registration in development (hot reload re-runs `define`). |
| 18 | - mutation arguments must be JSON serializable (`Json[]`) | | |
| 19 | - `handleUnauthenticated` and `onUnauthenticated` now receive a serializable | 18 | - `handleUnauthenticated` and `onUnauthenticated` now receive a serializable |
| 20 | `MutationAction` (`{ id, description, args }`) instead of a description string | 19 | `MutationAction` (`{ id, description, args }`) instead of a description string |
| 21 | | 20 | |