#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

#563 in Encoding

Download history 159/week @ 2024-06-27 227/week @ 2024-07-04 301/week @ 2024-07-11 254/week @ 2024-07-18 184/week @ 2024-07-25 422/week @ 2024-08-01 201/week @ 2024-08-08 242/week @ 2024-08-15 547/week @ 2024-08-22 495/week @ 2024-08-29 590/week @ 2024-09-05 642/week @ 2024-09-12 567/week @ 2024-09-19 384/week @ 2024-09-26 438/week @ 2024-10-03 369/week @ 2024-10-10

1,864 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