Skip to main content

Hotspot

type Hotspot implements Node {
id: ID!
createdAt: Time!
updatedAt: Time!
companyID: String!
location: String!
schemaID: ID
schema: SchemaDefinition
shortcuts: [Shortcut!]
}

Fields

Hotspot.id ● ID! non-null scalar

Hotspot.createdAt ● Time! non-null scalar

Hotspot.updatedAt ● Time! non-null scalar

Hotspot.companyID ● String! non-null scalar

Hotspot.location ● String! non-null scalar

Hotspot.schemaID ● ID scalar

Hotspot.schema ● SchemaDefinition object

Hotspot.shortcuts ● [Shortcut!] list object

Interfaces

Node interface

An object with an ID. Follows the Relay Global Object Identification Specification

Returned By

createHotspot mutation ● getHotspot query ● updateHotspot mutation

Member Of

HotspotEdge object ● SchemaDefinition object ● Shortcut object