-
Notifications
You must be signed in to change notification settings - Fork 434
Closed
Description
Describe the bug
Similar problem with Uuid support as here but with a newer version and no way to downgrade.
Using Uuid version 1+ results with:
#[derive(GraphQLObject)]
the trait `GraphQLValueAsync<__S>` is not implemented for `uuid::Uuid`
To Reproduce
Steps to reproduce the behavior:
#[derive(GraphQLObject)]
pub struct Item {
pub id: Uuid
}
Expected behavior
Would be nice to have Uuid 1.0 support.
Additional context
I use juniper 0.15.10
.
I saw Uuid version 1.0 in integrations on master but it seems doesn't work. The version below 1.0 breaks diesel.