We provide a GraphiQL interface to our users to enable them to query our nested data.
The interface is based on the neo4j-graphql-js library.
The recent updates to the library have given us OrderBy and the ability to use the new date/time fields.
Our...