1//! Endpoints for querying relations 2 3pub mod get_relating_events; 4pub mod get_relating_events_with_rel_type; 5pub mod get_relating_events_with_rel_type_and_event_type;