From f5efd3e7f7cc9169903b506107a7e42c070bb7bc Mon Sep 17 00:00:00 2001 From: Jens Neuse Date: Wed, 2 Nov 2022 18:50:27 +0100 Subject: [PATCH] update example to use weather api --- .wundergraph/operations/Weather.graphql | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.wundergraph/operations/Weather.graphql b/.wundergraph/operations/Weather.graphql index fc53788..38cf02a 100644 --- a/.wundergraph/operations/Weather.graphql +++ b/.wundergraph/operations/Weather.graphql @@ -1,9 +1,10 @@ query ($city: String!) { weather_getCityByName(name: $city config: {units: metric}) { - coordinates: coord { - lat - lon - } +# remove the comments to add the coordinates to the query +# coordinates: coord { +# lat +# lon +# } country weather { temperature {