Skip to content

Query graph data

When data is imported, you can use the Console page or the Explore page to query graph data.

Note

Users can also perform the following query operations online through Studio.

For example, if you want to query the edge properties of the player named player100 to the team named team204, you can perform these optional operations:

  • On the Console tab: Run FETCH PROP ON player "player100" YIELD properties(vertex).name;. The result window shows all the property information of this vertex. When the result returns, click the View Subgraph button and then you can view the vertex information in a visualized way.
    The information retrieved with Console
  • On the Explore tab: Click the Start with Vertices button. In the dialog box, enter player101 and then click the Add button. On the board, you can see the vertex. Move your mouse pointer on the vertex to see the vertex details, as shown in the preceding figure. The information retrieved with Explore

Last update: March 30, 2022
Back to top