Skip to content

Instantly share code, notes, and snippets.

@tlrobinson
Created November 27, 2018 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tlrobinson/ab0ab25a17793427410552923ea546aa to your computer and use it in GitHub Desktop.
Save tlrobinson/ab0ab25a17793427410552923ea546aa to your computer and use it in GitHub Desktop.
awair graphql queries
{
Devices {
devices {
deviceId
uuid
}
}
AirDataLatest(uuid: "awair-...") {
airDataSeq {
score
sensors {
component
value
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment