AuthzGraph.prototype.getEdges = function () {
  const edges = [];
  this.forEachEdge((edge) => {
    edges.push(edge);
  });