A GraphQL API for content claims.
The API can be queried at: https://graphql.claims.dag.haus
query Query {
read(content: "bafybeid5exh3blas6nac7pawnijonkuhfhm7rfmwkagj3nzs25c2xtvvqu") {
__typename,
... on LocationClaim {
# ...
},
... on InclusionClaim {
# ...
},
... on PartitionClaim {
# ...
},
... on RelationClaim {
# ...
},
... on EqualsClaim {
# ...
}
}
}
Feel free to join in. All welcome. Please open an issue!
Dual-licensed under MIT + Apache 2.0