Skip to content

Commit

Permalink
move peers api to node_info, and don't return it by default in the cl…
Browse files Browse the repository at this point in the history
…ient.node_info() api
  • Loading branch information
Voxelot committed Dec 12, 2023
1 parent fb6111f commit 931e162
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
source: crates/client/src/client/schema/node_info.rs
expression: operation.query
---
query {
nodeInfo {
peers {
id
addresses
clientVersion
blockHeight
lastHeartbeatMs
appScore
}
}
}


0 comments on commit 931e162

Please sign in to comment.