serde_graphql_input 0.1.0

serde graphql input serializes to graphqls input objects, as used in graphql functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# 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`:

```toml
[dependencies]
serde_graphql_input = "0.1.0"
```