thegraph-client-subgraphs 0.3.2

A client for The Graph network's Subgraphs data service
Documentation
1
2
3
4
5
6
7
//! A client for _The Graph_ network's Subgraphs data service.

pub use client::*;
pub use url;

mod client;
mod queries;