pub async fn post_graphql<Q: GraphQLQuery, U: IntoUrl>(
    client: &Client,
    url: U,
    variables: Q::Variables
) -> Result<Response<Q::ResponseData>, Error>
Expand description

Use the provided reqwest::Client to post a GraphQL request.