authorgravatar for git@paperclover.netclo <git@paperclover.net> 2026-07-22 17:33:08-07:00
committergravatar for git@paperclover.netclover caruso <git@paperclover.net> 2026-07-24 13:49:20-07:00
log80c96f121cc244ce23a642320536bb7880367eed
treeca07244f68f5ce5858a07fecd6c17ac8c6bd613e
parent807bec69276df5a690e82e55070bf11342630a24
signaturebadge-check Signed by SSH key SHA256:cOKiuRFOeSRxne6EWgHtdQQSlBxjOXm2hOCFnCdLQbQ

Update readme.changes.md


1 files changed, 0 insertions(+), 1 deletions(-)

readme.changes.md-1
......@@ -15,7 +15,6 @@
1515- `id` is now required for all mutations. It must be unique per client;
1616 duplicate registration throws in production and replaces the previous
1717 registration in development (hot reload re-runs `define`).
18- mutation arguments must be JSON serializable (`Json[]`)
1918- `handleUnauthenticated` and `onUnauthenticated` now receive a serializable
2019 `MutationAction` (`{ id, description, args }`) instead of a description string
2120