pub async fn execute_graphql_raw<T: DeserializeOwned>(
endpoint: &str,
auth_header_name: &'static str,
auth_token: &str,
callbacks: &RequestCallbacks,
query: &str,
variables: Value,
) -> Result<T, APIError>Expand description
Generic GraphQL executor.