mirror of
https://github.com/Ratstail91/sineql-demo.git
synced 2026-05-05 23:30:11 +10:00
Demo is working
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
module.exports =
|
||||
`
|
||||
type Weather {
|
||||
String city
|
||||
Float latitude
|
||||
Float longitude
|
||||
|
||||
String last_updated
|
||||
Float temp_c
|
||||
Float temp_f
|
||||
String condition
|
||||
Float wind_mph
|
||||
Float wind_kph
|
||||
String wind_dir
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user