serde_graphql_input 0.1.0

serde graphql input serializes to graphqls input objects, as used in graphql functions
Documentation
[dependencies.anyhow]
version = "1.0.71"

[dependencies.serde]
features = ["derive"]
version = "1.0.197"

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.tracing]
features = ["log"]
version = "0.1"

[package]
description = "serde graphql input serializes to graphqls input objects, as used in graphql functions"
edition = "2021"
license-file = "LICENSE"
name = "serde_graphql_input"
publish = true
readme = "README.md"
version = "0.1.0"