Skip to content

storacha/content-claims-gql

Repository files navigation

Content Claims GraphQL

A GraphQL API for content claims.

Usage

The API can be queried at: https://graphql.claims.dag.haus

Example

query Query {
  read(content: "bafybeid5exh3blas6nac7pawnijonkuhfhm7rfmwkagj3nzs25c2xtvvqu") {
    __typename,
    ... on LocationClaim {
      # ...
    },
    ... on InclusionClaim {
      # ...
    },
    ... on PartitionClaim {
      # ...
    },
    ... on RelationClaim {
      # ...
    },
    ... on EqualsClaim {
      # ...
    }
  }
}

Contributing

Feel free to join in. All welcome. Please open an issue!

License

Dual-licensed under MIT + Apache 2.0

About

A GraphQL API for content claims.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published