Skip to content

Instantly share code, notes, and snippets.

@relwell
Created August 9, 2018 17:29
Show Gist options
  • Save relwell/13bb4472e36c176306adddc5b9810aaf to your computer and use it in GitHub Desktop.
Save relwell/13bb4472e36c176306adddc5b9810aaf to your computer and use it in GitHub Desktop.
query getCrowdFacets($q:String)
aggBuckets(params:{
q: $q
agg: "front_matter_keys"
}) {
aggs {
buckets {
key
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment