Skip to content

Instantly share code, notes, and snippets.

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