Expand description
A helper crate implementing a bunch of custom derives for wundergraph
Derive Macrosยง
- Build
Filter Helper - A custom derive to implement the
BuildFilterHelper
trait - Wundergraph
Belongs To - A custom derive to implement the
WundergraphBelongsTo
trait for allHasOne
fields of a given entity - Wundergraph
Entity - A custom derive to implement all wundergraph related traits for a entity
Using this trait implies internally
#[derive(WundergraphBelongsTo)]
and#[derive(BuildFilterHelper)]
- Wundergraph
Value - A custom derive to add support for a custom enum type