#graphql #input #serialization #object #serde #function #graphqls

serde_graphql_input

serde graphql input serializes to graphqls input objects, as used in graphql functions

2 releases

0.1.1 Apr 6, 2024
0.1.0 Mar 27, 2024

#560 in Encoding

Download history 119/week @ 2024-03-25 177/week @ 2024-04-01 21/week @ 2024-04-08 48/week @ 2024-04-22

251 downloads per month

Custom license

30KB
996 lines

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"

Dependencies

~3–10MB
~90K SLoC