API
The API to connect to in your Neo4j instance. Supports connections to either the 'Query' or 'HTTP' API.
Possible Values
HTTP, QueryData Type
string
Default Value
"Query"
Remarks
- Query is the default and only works for versions (>= 5.19).
- If using a self-hosted version < 5.25, users should check that Query is actually enabled (source: Neo4j).
- HTTP is an older API, and is only recommended for versions (< 5.19).
- Users connecting to Neo4j AuraDB must use Query API.