Crates.io | linera-service-graphql-client |
lib.rs | linera-service-graphql-client |
version | |
source | src |
created_at | 2023-09-25 21:23:28.659779+00 |
updated_at | 2025-04-15 15:37:44.664251+00 |
description | A GraphQL client for Linera node service |
homepage | https://linera.dev |
repository | https://github.com/linera-io/linera-protocol |
max_upload_size | |
id | 983084 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
A GraphQL client for the node service.
To generate the linera service GraphQL schema, a binary linera-export-schema
is available:
cargo run --bin linera-schema-export > linera-service-graphql-client/gql/service_schema.graphql
See the CONTRIBUTING file for how to help out.
This project is available under the terms of the Apache 2.0 license.