#graphql #input #serialization #object #structures #serde #function

serde_graphql_input

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

3 releases

0.1.2 Aug 1, 2024
0.1.1 Apr 6, 2024
0.1.0 Mar 27, 2024

#568 in Encoding

Download history 551/week @ 2024-10-08 485/week @ 2024-10-15 505/week @ 2024-10-22 412/week @ 2024-10-29 556/week @ 2024-11-05 494/week @ 2024-11-12 389/week @ 2024-11-19 325/week @ 2024-11-26 549/week @ 2024-12-03 449/week @ 2024-12-10 310/week @ 2024-12-17 96/week @ 2024-12-24 186/week @ 2024-12-31 502/week @ 2025-01-07 302/week @ 2025-01-14 290/week @ 2025-01-21

1,302 downloads per month
Used in 2 crates (via dagger-sdk)

Custom license

36KB
1K SLoC

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–9.5MB
~87K SLoC