We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41db7b commit 2ad7fd8Copy full SHA for 2ad7fd8
juniper/CHANGELOG.md
@@ -43,6 +43,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
43
- `jiff::tz::TimeZone` as `TimeZoneOrUtcOffset` and `TimeZone` scalars.
44
- `jiff::tz::Offset` as `UtcOffset` scalar.
45
- `jiff::Span` as `Duration` scalar.
46
+- `http::GraphQLResponse::into_result()` method. ([#1293])
47
48
### Changed
49
@@ -62,6 +63,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
62
63
[#1281]: /../../pull/1281
64
[#1284]: /../../pull/1284
65
[#1287]: /../../issues/1287
66
+[#1293]: /../../pull/1293
67
[#1311]: /../../pull/1311
68
[#1316]: /../../pull/1316
69
[#1318]: /../../pull/1318
0 commit comments