pub fn decode_graphql_result(
app: &str,
status: i32,
body: &[u8],
) -> Result<Value, Box<InvokeResultError>>Expand description
Decodes one GraphQL invocation result like decode_app_result and
additionally fails when the response carries a non-empty GraphQL errors
array.