linera-service-graphql-client

Crates.iolinera-service-graphql-client
lib.rslinera-service-graphql-client
version0.15.3
created_at2023-09-25 21:23:28.659779+00
updated_at2025-09-13 22:26:25.048449+00
descriptionA GraphQL client for Linera node service
homepagehttps://linera.dev
repositoryhttps://github.com/linera-io/linera-protocol
max_upload_size
id983084
size243,060
Andreas Fackler (afck)

documentation

https://docs.rs/linera-service-graphql-client/latest/linera_service_graphql_client/

README

Linera service GraphQL client

A GraphQL client for the node service.

Generate schema

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

Contributing

See the CONTRIBUTING file for how to help out.

License

This project is available under the terms of the Apache 2.0 license.

Commit count: 4601

cargo fmt