pub fn graphiql_source(
    graphql_endpoint_url: &str
) -> impl Future<Item = String, Error = ()> + Send