#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

#696 in Encoding

Download history 450/week @ 2024-11-16 293/week @ 2024-11-23 481/week @ 2024-11-30 498/week @ 2024-12-07 361/week @ 2024-12-14 133/week @ 2024-12-21 131/week @ 2024-12-28 496/week @ 2025-01-04 320/week @ 2025-01-11 294/week @ 2025-01-18 328/week @ 2025-01-25 516/week @ 2025-02-01 590/week @ 2025-02-08 924/week @ 2025-02-15 613/week @ 2025-02-22 383/week @ 2025-03-01

2,585 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