pub fn execute_graphql(
parsed: &ParsedToolArgs,
url: &str,
schema: &Value,
auth_headers: &[(String, String)],
fields_override: Option<&str>,
output: &OutputOptions,
) -> Result<()>Expand description
Execute a GraphQL operation and print the result.