getDevice()

in src/graphql/queries.js [6:12]


    getDevice(thingName: $thingName) {
      thingName
      username
      description
      createdAt
      updatedAt
    }