TagInput
Tag input for create/update requests
input TagInput {
key: String
value: String
ids: [ID!]
}
Fields
TagInput.key ● String scalar common
Key name
TagInput.value ● String scalar common
Key value
TagInput.ids ● [ID!] list scalar common
List of Device IDs to affect
Member Of
setDeviceTag mutation ● unsetDeviceTag mutation