public GraphQLSchemaRegistry()

in src/main/java/com/netflix/dgs/plugin/services/internal/GraphQLSchemaRegistry.java [43:45]


    public GraphQLSchemaRegistry(Project project) {
        this.project = project;
    }