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

[annotations] filters on annotations (user_id, name include list, name exclude list, source) #6921

Open
Tracked by #5917
mikeldking opened this issue Mar 25, 2025 · 0 comments
Assignees

Comments

@mikeldking
Copy link
Contributor

mikeldking commented Mar 25, 2025

span: node(id: "asdfasdf") {
    annotations(input: { include: { user_ids: [123], source=APP }, exclude: { name: "note" } }) {
       edges {
          node {
               identifier
               source
               user {
                       name
                       profile_picture
               }
               name
               label
               score
          }
      }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📘 Todo
Development

No branches or pull requests

2 participants