#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

#582 in Encoding

Download history 176/week @ 2024-07-24 425/week @ 2024-07-31 216/week @ 2024-08-07 184/week @ 2024-08-14 517/week @ 2024-08-21 560/week @ 2024-08-28 523/week @ 2024-09-04 658/week @ 2024-09-11 533/week @ 2024-09-18 441/week @ 2024-09-25 377/week @ 2024-10-02 528/week @ 2024-10-09 477/week @ 2024-10-16 524/week @ 2024-10-23 391/week @ 2024-10-30 561/week @ 2024-11-06

2,039 downloads per month
Used in 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
~88K SLoC