#graphql #input #serde #object #serialization #object-serialization

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

#2237 in Encoding

Download history 523/week @ 2025-10-13 994/week @ 2025-10-20 785/week @ 2025-10-27 681/week @ 2025-11-03 837/week @ 2025-11-10 1133/week @ 2025-11-17 431/week @ 2025-11-24 517/week @ 2025-12-01 663/week @ 2025-12-08 604/week @ 2025-12-15 359/week @ 2025-12-22 645/week @ 2025-12-29 699/week @ 2026-01-05 686/week @ 2026-01-12 357/week @ 2026-01-19 533/week @ 2026-01-26

2,336 downloads per month
Used in 4 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

~7–11MB
~118K SLoC