|
|
|
|
|
by hobofan
1722 days ago
|
|
Good thing that GraphQL traditionally (despite it's name) isn't really the query language of graph databases. Same query in Cypher (the language used by e.g. Neo4J, RedisGraph): MATCH (n:Country) WHERE n.population > 1000000 RETURN n.name
|
|