| author | |
| committer | |
| log | 80c96f121cc244ce23a642320536bb7880367eed |
| tree | ca07244f68f5ce5858a07fecd6c17ac8c6bd613e |
| parent | 807bec69276df5a690e82e55070bf11342630a24 |
| signature |
1 files changed, 0 insertions(+), 1 deletions(-)
readme.changes.md-1| ... | ... | @@ -15,7 +15,6 @@ |
| 15 | 15 | - `id` is now required for all mutations. It must be unique per client; |
| 16 | 16 | duplicate registration throws in production and replaces the previous |
| 17 | 17 | registration in development (hot reload re-runs `define`). |
| 18 | - mutation arguments must be JSON serializable (`Json[]`) | |
| 19 | 18 | - `handleUnauthenticated` and `onUnauthenticated` now receive a serializable |
| 20 | 19 | `MutationAction` (`{ id, description, args }`) instead of a description string |
| 21 | 20 |