pub async fn execute_graphql<T: DeserializeOwned>(
ctx: &ServiceContext,
query: &str,
variables: Value,
) -> Result<T, APIError>Expand description
Admin Shopify GraphQL endpoint executor.
pub async fn execute_graphql<T: DeserializeOwned>(
ctx: &ServiceContext,
query: &str,
variables: Value,
) -> Result<T, APIError>Admin Shopify GraphQL endpoint executor.