#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

#674 in Encoding

Download history 121/week @ 2024-03-26 183/week @ 2024-04-02 13/week @ 2024-04-09 58/week @ 2024-04-23 156/week @ 2024-04-30 418/week @ 2024-05-07

632 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