GQL
GQL (Graph Query Language) is a query language for property graphs.
GQL allows us to access the elements in the graph, filter and aggregate results. We can also insert new data and modify the existent data. As we are working with a property graph model, GQL can match subgraphs and paths in the graph database.
In the following sections, we explain what is a property graph and how GQL queries are constructed.