Skip to content

Instantly share code, notes, and snippets.

@mvortizr
Created February 1, 2019 20:46
Show Gist options
  • Select an option

  • Save mvortizr/d4530a384797c110bd767ddc0a544001 to your computer and use it in GitHub Desktop.

Select an option

Save mvortizr/d4530a384797c110bd767ddc0a544001 to your computer and use it in GitHub Desktop.
query {
Business{
businessId
businessName
ratings{
ratingGroup {
overallRatingDomain{
mean
}
businessRatingDomain{
mean
}
socialRatingDomain{
mean
}
reviewsRatingDomain{
mean
}
}
overallRating
socialRating
businessRating
reviewsRating
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment