Skip to main content

Tag

Key-Value Pair metadata to aid in classification of Devices

type Tag {
key: String!
value: String
createdAt: DateTime!
updatedAt: DateTime
}

Fields

Tag.key ● String! non-null scalar common

Key name

Tag.value ● String scalar common

Key Value

Tag.createdAt ● DateTime! non-null scalar common

The datetime the Tag was created

Tag.updatedAt ● DateTime scalar common

The datetime the Tag was last updated (if applicable)

Returned By

deviceTags query ● setDeviceTag mutation

Member Of

Device object ● TagPage object