A GraphQL client for the node service.
To generate the linera service GraphQL schema, a binary `linera-export-schema` is available:
```bash
cargo run --bin linera-schema-export > linera-service-graphql-client/gql/service_schema.graphql
```
See the [CONTRIBUTING](../CONTRIBUTING.md) file for how to help out.
This project is available under the terms of the [Apache 2.0 license](../LICENSE).