in src/graphql/queries.js [5:14]
query GetWindspeed($id: ID!) { getWindspeed(id: $id) { id deviceID value index createdAt updatedAt } }