How to create a Neo4j TestContainer with APOC and GraphQL? When APOC is enabled …

How to create a Neo4j TestContainer with APOC and GraphQL? When APOC is enabled …

Without APOC: The data is correctly inserted into Neo4j, and GraphQL works as expected. const NEO4J_IMAGE = ‘neo4j:5.23’; await new Neo4jContainer( …

 

Read More