migrate to spacex api
This commit is contained in:
11
.wundergraph/operations/Dragons.graphql
Normal file
11
.wundergraph/operations/Dragons.graphql
Normal file
@ -0,0 +1,11 @@
|
||||
query Dragons {
|
||||
spacex_dragons {
|
||||
name
|
||||
active
|
||||
# remove the comments to add thrusters to the query
|
||||
# thrusters {
|
||||
# amount
|
||||
# pods
|
||||
# }
|
||||
}
|
||||
}
|
@ -1,23 +0,0 @@
|
||||
query ($city: String!) {
|
||||
weather_getCityByName(name: $city, config: { units: metric }) {
|
||||
# remove the comments to add the coordinates to the query
|
||||
# coordinates: coord {
|
||||
# lat
|
||||
# lon
|
||||
# }
|
||||
country
|
||||
weather {
|
||||
temperature {
|
||||
actual
|
||||
feelsLike
|
||||
min
|
||||
max
|
||||
}
|
||||
summary {
|
||||
title
|
||||
description
|
||||
icon
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user