You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose the operation name from juniper_rocket::GraphQLRequest (#353)
Measuring the runtime of queries will only tell if there are slow
queries. To find out which queries are slow you need the operation name.
Getting the operation name was previously not possible from a Rocket
request handler. This fixes that.
Copy file name to clipboardExpand all lines: juniper/CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,11 @@ This should not have any impact on your code, since juniper already was 2018 com
25
25
- Fix introspection query validity
26
26
The DirectiveLocation::InlineFragment had an invalid literal value,
27
27
which broke third party tools like apollo cli.
28
-
- Added GraphQL Playground integration
29
-
The DirectiveLocation::InlineFragment had an invalid literal value,
28
+
- Added GraphQL Playground integration.
29
+
The `DirectiveLocation::InlineFragment` had an invalid literal value,
30
30
which broke third party tools like apollo cli.
31
31
- The return type of `value::object::Object::iter/iter_mut` has changed to `impl Iter`. [#312](https://github.com/graphql-rust/juniper/pull/312)
0 commit comments