Created
August 16, 2022 12:30
-
-
Save paramsinghvc/85ceb8408c1b04d437c8232206056bed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
query weather { | |
weather { | |
id | |
current { | |
temp | |
weather { | |
id | |
main | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment