1//! A client for _The Graph_ network's Subgraphs data service. 2 3pub use client::*; 4pub use url; 5 6mod client; 7mod queries;