Neo4j connection

0
How can I connect my neo4j database with mendix studio pro?
asked
2 answers
1

Neo4j has a GraphQL API and an HTTP API, you can probably use both with the REST Client activity: https://docs.mendix.com/refguide/call-rest-action/

answered
1

Best way to go about or the easiest is using their GraphQL API or using their REST API(s)

 

Database connector is to talk to mendix's own DB not any external DB.

 

External Database connector has limited option as databases. If Neo4J is supported then you can otherwise no. You may have to explore on the REST or GraphQL Api(s)

answered