This PR introduces a new GET /graph endpoint, which returns the list of edges of the graph formed by claims and their subjects, using the about property.
TODO:
[x] GraphDAO
[x] db indices
[ ] backwards compatibility for archiveUrl :( -> separate PR
[ ] graphs for claims created before this PR? -> separate PR
This PR introduces a new
GET /graph
endpoint, which returns the list of edges of the graph formed by claims and their subjects, using the about property.TODO:
archiveUrl
:( -> separate PR