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 e474721 commit a42ce7dCopy full SHA for a42ce7d
juniper/CHANGELOG.md
@@ -114,6 +114,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
114
- `ScalarValue` trait:
115
- `from_displayable()` method allowing to specialize `ScalarValue` conversion from custom string types. ([#1324], [#819])
116
- `try_to::<T>()` method defined by default as `FromScalarValue<T>` alias. ([#1327], [#1329])
117
+ - `downcast_type::<T>()` method. ([#1329])
118
- `#[derive(GraphQLScalar)]` and `#[graphql_scalar]` macros:
119
- Support for specifying concrete types as input argument in provided `from_input()` function. ([#1327])
120
- Support for non-`Result` return type in provided `from_input()` function. ([#1327])
0 commit comments