Skip to content

Uuid v1 integration problem #1133

@mishaszu

Description

@mishaszu

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions