pub fn build_graphql_request(
graphql: &GraphqlOperationTemplate,
context: &Value,
renderer: &dyn TemplateRenderer,
command_key: &str,
) -> Result<PreparedHttpData>Expand description
Build a complete PreparedHttpData from a GraphQL operation template.
Auth is not applied here — the caller applies it afterward.