Skip to content

Commit 6e4fd58

Browse files
committed
Properly handle integer id
1 parent 46791c8 commit 6e4fd58

File tree

5 files changed

+404
-41
lines changed

5 files changed

+404
-41
lines changed

graphql_client/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ graphql_query_derive = { path = "../graphql_query_derive", version = "0.14.0", o
2424
reqwest-crate = { package = "reqwest", version = ">=0.11, <=0.12", features = ["json"], default-features = false, optional = true }
2525

2626
[features]
27-
default = ["graphql_query_derive"]
27+
default = ["derive-integer-id"]
2828
reqwest = ["reqwest-crate", "reqwest-crate/default-tls"]
2929
reqwest-rustls = ["reqwest-crate", "reqwest-crate/rustls-tls"]
3030
reqwest-blocking = ["reqwest-crate/blocking"]
31+
32+
derive = ["graphql_query_derive"]
33+
derive-integer-id = ["derive","graphql_query_derive/integer-id"]

0 commit comments

Comments
 (0)