META-INF.queries.search_errors.cql Maven / Gradle / Ivy
The newest version!
Match (version:Version) where version.groupId= "{{groupId}}" and version.artifactId="{{artifactId}}" and version.version="{{version}}"
OPTIONAL MATCH (version)-[:PROJECT_DEPENDENCY*0..10]->(dependency:Version)-[:HAS_ERROR_CODE]->(error:ErrorCode)
return dependency,
error
© 2015 - 2025 Weber Informatics LLC | Privacy Policy