Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
25cd276e51002e9244fbc19c2abb00d3ae3a9212
/
.
/
javascript
/
grid-ui
/
src
/
graphql
/
nodes.gql
blob: f406d2f42a9ad12668c76dade0ef1710c3c21fe1 [
file
]
query
GetNodes
{
nodesInfo
{
nodes
{
id
uri
status
maxSession
slotCount
stereotypes
version
sessionCount
osInfo
{
version
name
arch
}
}
}
}