File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,9 +108,9 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
108108- ` String ` scalar implementation for ` arcstr::ArcStr ` . ([ #1247 ] )
109109- ` String ` scalar implementation for ` compact_str::CompactString ` . ([ 20609366] )
110110- ` IntoValue ` and ` IntoInputValue ` conversion traits allowing to work around orphan rules with custom ` ScalarValue ` . ([ #1324 ] )
111- - ` ScalarValue ` trait: ( [ # 1327 ] )
111+ - ` ScalarValue ` trait:
112112 - ` from_displayable() ` method allowing to specialize ` ScalarValue ` conversion from custom string types. ([ #1324 ] , [ #819 ] )
113- - ` try_to::<T>() ` method defined by default as ` TryScalarValueTo<T> ` alias.
113+ - ` try_to::<T>() ` method defined by default as ` TryScalarValueTo<T> ` alias. ( [ # 1327 ] )
114114- ` TryScalarValueTo ` conversion trait aiding ` ScalarValue ` trait. ([ #1327 ] )
115115- ` #[derive(GraphQLScalar)] ` and ` #[graphql_scalar] ` macros: ([ #1327 ] )
116116 - Support for specifying concrete types as input argument in provided ` from_input() ` function.
You can’t perform that action at this time.
0 commit comments