serde_graphql_input

Crates.ioserde_graphql_input
lib.rsserde_graphql_input
version0.1.2
sourcesrc
created_at2024-03-27 22:06:07.164628
updated_at2024-08-01 20:50:45.161167
descriptionserde graphql input serializes to graphqls input objects, as used in graphql functions
homepage
repositoryhttps://github.com/kjuulh/serde-graphql-input
max_upload_size
id1188471
size46,837
Kasper Juul Hermansen (kjuulh)

documentation

README

Serde GraphQL Input

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.

Getting Started

To get started with serde-graphql-input, first, add it as a dependency in your Cargo.toml:

[dependencies]
serde_graphql_input = "0.1.0"
Commit count: 37

cargo fmt