Tag: neo4j-ogm
-
Writing a GraphQL model that programmatically retrieves relevant Neo4j constraints
0 I am a seasoned Neo4j user who is new to GraphQL. I have inherited a codebase that explicitly models all Neo4j nodes and relationships as GraphQL objects. I would like to allow GraphQL users to determine what uniqueness constraints, if any, affect any given object. For an individual object, I believe I can deliver…