3396074274
This commit implements a newtype style custom derive for scalars via `#[derive(GraphQLScalarValue)]`, which now supports both deriving a base enum scalar type and newtypes. For newtypes, the `#[graphql(transparent)]` attribute is required. This commit: * implements the derive * adds integration tests * updates the book |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
build.rs | ||
Cargo.toml |