Expand description
A helper crate implementing a bunch of custom derives for wundergraph
Derive Macrosยง
- Build
Filter Helper - A custom derive to implement the
BuildFilterHelpertrait - Wundergraph
Belongs To - A custom derive to implement the
WundergraphBelongsTotrait for allHasOnefields 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