UpdateHotspotInput
UpdateHotspotInput is used for update Hotspot object. Input was generated by ent.
input UpdateHotspotInput {
location: String
schemaID: ID
clearSchema: Boolean
addShortcutIDs: [ID!]
removeShortcutIDs: [ID!]
clearShortcuts: Boolean
}
Fields
UpdateHotspotInput.location ● String scalar
UpdateHotspotInput.schemaID ● ID scalar
UpdateHotspotInput.clearSchema ● Boolean scalar
UpdateHotspotInput.addShortcutIDs ● [ID!] list scalar
UpdateHotspotInput.removeShortcutIDs ● [ID!] list scalar
UpdateHotspotInput.clearShortcuts ● Boolean scalar
Member Of
updateHotspot mutation