graphile_worker_admin_api 0.1.0

Shared Graphile Worker admin API contracts and queries
Documentation
1
2
3
4
5
6
7
8
9
use serde_json::Value;

pub fn default_limit() -> i64 {
    100
}

pub(crate) fn default_payload() -> Value {
    serde_json::json!({})
}