thegraph-client-subgraphs 0.3.2

A client for The Graph network's Subgraphs data service
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub(crate) mod bootstrap;
mod common;
pub(crate) mod page;

pub(crate) use common::send_subgraph_query;

#[cfg(test)]
mod tests {
    mod it_bootstrap_query;
    mod it_page_query;
    mod testlib;
}