Closed
Description
Extend the (GraphQL)ScalarValue
custom derive to support newtype structs.
This should work similar to how serde does it with #[serde(transparent)].
(I'm working on this).
Example:
#[derive(GraphQLScalarValue)]
struct MyCustomId(Uuid);
Metadata
Metadata
Assignees
Labels
No labels