Function telescope::api::github::send_query[][src]

pub async fn send_query<T: GraphQLQuery>(
    auth_token: &AccessToken,
    variables: T::Variables
) -> Result<T::ResponseData, TelescopeError>
Expand description

Send a GraphQL query to the GitHub API.