graphql_client_codegen 0.16.0

Utility crate for graphql_client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "graphql_client_codegen"
version.workspace = true
authors = ["Tom Houlé <tom@tomhoule.com>"]
description = "Utility crate for graphql_client"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/graphql-rust/graphql-client"
edition = "2018"

[dependencies]
graphql-introspection-query = { version = "0.3.0", path = "../graphql-introspection-query" }
graphql-parser = "0.4"
heck = ">=0.4, <=0.5"
proc-macro2 = { version = "^1.0", features = [] }
quote = "^1.0"
serde_json = "1.0"
serde = { version = "^1.0", features = ["derive"] }
syn = { version = "^2.0", features = [ "full" ] }