Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

In computer science:

  • a graph is a network
  • an edge is one of the links between the nodes
  • a node is one of the vertices in that network

a GraphQL query effectively asks the GraphQL server instance to traverse its graph of data and find some representation of that data.

You'll see edges and node in your queries because you're literally looking at those entries in the graph.


Queryresponse

list all routers

Display: name

In "allrouters"

Display: interface



list all node in router X


List services
single filter

multiple filter



  • No labels