graphile_worker_admin_ui_client 0.1.3

Leptos WASM client for the embedded graphile_worker admin UI
Documentation
1
2
3
4
5
6
mod http;
mod mutations;
mod refresh;

pub(super) use mutations::{post_add_job, post_job_action, post_maintenance, post_remove_key};
pub(super) use refresh::{refresh_data, RefreshSignals};