Crates.io | serde_graphql_input |
lib.rs | serde_graphql_input |
version | 0.1.2 |
source | src |
created_at | 2024-03-27 22:06:07.164628 |
updated_at | 2024-08-01 20:50:45.161167 |
description | serde graphql input serializes to graphqls input objects, as used in graphql functions |
homepage | |
repository | https://github.com/kjuulh/serde-graphql-input |
max_upload_size | |
id | 1188471 |
size | 46,837 |
serde-graphql-input
is a Rust library that facilitates the serialization of Rust structures into GraphQL's input objects, making it easier to work with GraphQL functions in a Rust environment.
To get started with serde-graphql-input
, first, add it as a dependency in your Cargo.toml
:
[dependencies]
serde_graphql_input = "0.1.0"