query GetDevice()

in src/graphql/queries.js [5:13]


  query GetDevice($thingName: String!) {
    getDevice(thingName: $thingName) {
      thingName
      username
      description
      createdAt
      updatedAt
    }
  }