Graph Query Actions

GetCommonNeighbors Lists the neighbors of one or more nodes, and a count to indicate how many of the query nodes they are neighbors with.
GetNeighbors Lists the neighbors of one or more nodes.
GetNeighborhood Lists the closest nodes to a specified set of input nodes, and all edges between the set of nodes.
GetNodes

Lists the nodes in your graph.

GetShortestPath Finds the shortest path through the graph between two specified nodes.
GetShortestPaths Finds all paths within a specified distance of a specified node.
GetSubgraph Returns a subgraph including all the connections between a specified set of nodes.
SuggestLinks Lists suggestions for nodes that a specified node should link to.
SummarizeGraph

Returns a summary of the number of nodes and edges in your graph, and details of the attributes stored for your edges.