Created
February 1, 2019 20:46
-
-
Save mvortizr/d4530a384797c110bd767ddc0a544001 to your computer and use it in GitHub Desktop.
Revisions
-
mvortizr created this gist
Feb 1, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,26 @@ query { Business{ businessId businessName ratings{ ratingGroup { overallRatingDomain{ mean } businessRatingDomain{ mean } socialRatingDomain{ mean } reviewsRatingDomain{ mean } } overallRating socialRating businessRating reviewsRating } } }