PEERS_QUERY

Constant PEERS_QUERY 

Source
pub const PEERS_QUERY: &str = r#"query {
  getPeers {
    host
    libp2pPort
    peerId
  }
}"#;