graphql-introspection-query 0.2.0

GraphQL introspection query and response types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "graphql-introspection-query"
version = "0.2.0"
authors = ["Tom Houlé <tom@tomhoule.com>"]
edition = "2018"
keywords = ["graphql", "api", "web"]
categories = ["web-programming"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/graphql-rust/graphql-client"
description = "GraphQL introspection query and response types."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0", features = ["derive"] }