Hi,
I'm using the Neo4j GraphQL library to build an app, but I'm running into a problem with queries that time out, even though my database only contains a small amount of data (about 200 objects). So now I'm trying to add indexes to my schema to mak...