File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 1
1
# [ master] yyyy-mm-dd
2
2
3
3
## Changes
4
+
5
+ - Juniper is now generic about the exact representation of scalar values. This
6
+ allows downstream crates to add support for own scalar value representations.
7
+
8
+ There are two use cases for this feature:
9
+ * You want to support new scalar types not representable by the provided default
10
+ scalar value representation like for example ` i64 `
11
+ * You want to support a type from a third party crate that is not supported by juniper
12
+
13
+ ** Note:** This may need some changes in down stream code, especially if working with
14
+ generic code. To retain the current behaviour use ` DefaultScalarValue ` as scalar value type
15
+
16
+ [ #251 ] ( https://github.com/graphql-rust/juniper/pull/251 )
You can’t perform that action at this time.
0 commit comments