linera-service-graphql-client

Crates.iolinera-service-graphql-client
lib.rslinera-service-graphql-client
version0.10.5
sourcesrc
created_at2023-09-25 21:23:28.659779
updated_at2024-05-22 21:09:50.979342
descriptionA GraphQL client for Linera node service
homepagehttps://linera.dev
repositoryhttps://github.com/linera-io/linera-protocol
max_upload_size
id983084
size40,877
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: 3163

cargo fmt