Skip to content

Idea: expose Datasette faceting in GraphQL #18

@simonw

Description

@simonw

Maybe something like this:

{
  repos(filters: ["license=apache-2.0", "stargazers_count__gt=10"]) {
    facet_by_owner {
      node {
        id
        full_name
      }
      name
      count
      where_clause
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions