Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
(req, res) => res.send(
renderGraphiQL({
// Default Query
query:
`query CwbQuery(
$authorizationKey: String!,
$city: String,
$town: String,
$stationName: String,
$stationID: String,
) {
observations(
authorizationKey: $authorizationKey,
city: $city,
town: $town,
stationName: $stationName,
stationID: $stationID,
)