reactive_graph_std_date_time_model/relation/
last_month.rs1use crate::NAMESPACE_DATE_TIME;
2use reactive_graph_graph::relation_ty;
3use reactive_graph_reactive_model_api::relation_model;
4
5relation_ty!(RELATION_TYPE_LAST_MONTH, NAMESPACE_DATE_TIME, RELATION_TYPE_NAME_LAST_MONTH, "last_month");
6
7relation_model!(LastMonth);