Commit 96a8311
Fix GET_ACCOUNT_WITH_TOKEN type + refresh schema snapshot
- GET_ACCOUNT_WITH_TOKEN: change `$token: UInt64!` to `$token: TokenId!`.
The Mina daemon's account(token:) field has always expected a TokenId
scalar. The drift check (added in the follow-up PR) catches this
against a live lightnet daemon.
- src/mina_sdk/schema/graphql_schema.json: regenerated against devnet.
The previous snapshot was stale by ~49 introspection diffs (mostly
ofType nullability normalization on list-typed fields). No SDK
behavior change; only a fresh local schema for the drift checker
to compare against.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent cff0793 commit 96a8311
2 files changed
Lines changed: 1055 additions & 770 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments