Function telescope::api::rcos::send_json_query[][src]

pub async fn send_json_query(
    query_name: &str,
    query_document: &str,
    variables: Value
) -> Result<Value, TelescopeError>
Expand description

Send an API query using the GraphQL JSON format. This is useful for avoiding issues in the macro-generated GraphQL types.

The typed version should generally be used instead to avoid runtime type errors.