Update changelog (Arc<T> implements GraphQLType, ToInputValue)
Arc<T> now implements GraphQLType and ToInputValue
This commit is contained in:
parent
4dc155c51a
commit
39945b2b23
1 changed files with 4 additions and 0 deletions
|
@ -34,3 +34,7 @@
|
|||
the errors into `FieldError`.
|
||||
|
||||
[#40](https://github.com/graphql-rust/juniper/issues/40)
|
||||
|
||||
* `GraphQLType` and `ToInputValue` are now implemented for Arc<T>
|
||||
|
||||
[#212](https://github.com/graphql-rust/juniper/pull/212)
|
||||
|
|
Loading…
Reference in a new issue