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
- static `GraphQLType` trait containing GraphQL type information.
61
+
58
62
-`juniper::graphiql` has moved to `juniper::http::graphiql`
59
63
-`juniper::http::graphiql::graphiql_source` now requies a second parameter for subscriptions
60
64
@@ -95,6 +99,7 @@ See [#618](https://github.com/graphql-rust/juniper/pull/618).
95
99
- When using LookAheadMethods to access child selections, children are always found using their alias if it exists rather than their name (see [#662](https://github.com/graphql-rust/juniper/pull/662)). These methods are also deprecated in favour of the new `children` method.
0 commit comments