-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow querying the application's chain state using GraphQL (#3)
* Expose application state through GraphQL Allow GraphQL queries to inspect the application state. * Require `ServiceRuntime` to set-up test service Allow the runtime to contain an initial state. * Test if chat log can be inspected with GraphQL Ensure that the chat log stored on chain can be read through GraphQL. * Allow creating `PublicKey` from a byte array Allow retrieving it from a GraphQL response. * Test if set of active Atoma nodes can be inspected Ensure that the GraphQL query to retrieve the current node set returns all the nodes in the state.
- Loading branch information
Showing
3 changed files
with
152 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters