Skip to content

Commit 3ebd954

Browse files
committed
CHANGELOG: add entry for patch 1565
1 parent 68476b4 commit 3ebd954

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
### Added
1616

17+
- **CLI**: add GraphQL introspection and execution commands under `mina
18+
internal graphql`. Three new commands enable dynamic endpoint discovery
19+
(`list`), detailed schema inspection (`inspect <endpoint>`), and arbitrary
20+
query execution (`run [query]`) with support for multiple input methods
21+
(command line, stdin, file) and variables. All commands use GraphQL
22+
introspection API for dynamic discovery without hardcoded endpoints. CI tests
23+
validate commands against o1Labs infrastructure
24+
([#1565](https://github.com/o1-labs/mina-rust/pull/1565))
1725
- **CI**: add devnet and mainnet Caml nodes to remote GraphQL test suite to
1826
ensure compatibility between Rust and OCaml implementations
1927
([#1542](https://github.com/o1-labs/mina-rust/pull/1542))

0 commit comments

Comments
 (0)