Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In computer science:

  • a graph is a network
  • an edge is one of the links between the nodesnodes  ( Parent ) 
  • a node is one of the vertices (endpoint) in that network ( Local + Child and Parent )

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.


Datathe data has a Tree structure, so we can pick all the "same" branches ( in the trees) 

example all the network interface for the entire network 
Choose from the DataAllxxxxxxxx  : example: allroutes, alldevices , allalarms, . . . 
Queryresponse

list all routers

Display: name

Image Modified

In "allrouters"

Display: interface

Image Modified



list all node in router X


List services
single filter

Image Modified

multiple filter

Image Modified


Image Modified



allneighborhoods

Image Modified