Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[graphql] composed queries #219

Open
bitbeckers opened this issue Jan 22, 2025 · 0 comments
Open

[graphql] composed queries #219

bitbeckers opened this issue Jan 22, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@bitbeckers
Copy link
Collaborator

As a developer, I want to be able to filter attestations on both schema and hypercert ID, so that I can query attestations for a specific hypercert by the creator.

{
  attestations(
    first: 10
    where: {eas_schema: {uid: {eq: "0x48e3e1be1e08084b408a7035ac889f2a840b440bbf10758d14fb722831a200c3"}}, hypercerts: {hypercert_id: {eq: "11155111-0xa16DFb32Eb140a6f3F2AC68f41dAd8c7e83C4941-236496245010052232107045352165078906961920"}}}
  ) {
    count
    data {
      data
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant