Class Schema

  • All Implemented Interfaces:
    io.github.cfraser.graphguard.plugin.Validator.Rule

    @JvmRecord() 
    public final class Schema
    extends Record implements Validator.Rule
                        

    A Schema describes the nodes and relationships in a Neo4j database via the (potentially) interconnected graphs.

    Schema implements Validator.Rule, thus has the capability to validate that a Cypher query adheres to the nodes and relationships defined in the graphs.