query(location:String!){
  observations(geocode:$location, unit: METRIC, locale: "en-US") {
    temperature,
    feelsLike,
    snowDepth
  }
  astro(locId:$location, language:"en-US", min:0, max:3) {
    dateLocal,
  }
}
variables{"locations":"38.00,-97.00"}