Skip to main content

MapItemRequiredInput

No description

type MapItemRequiredInput {
id: ID
type: MapItemTypeRequiredInputEnum!
level: Int
position: GQLTJson
polygon: GQLTJson
createdAt: GQLTDate
updatedAt: GQLTDate
mapId: ID
deviceId: ID
fileItemId: ID
map: MapItemMapBelongsToInput
device: MapItemDeviceBelongsToInput
fileItem: MapItemFileItemBelongsToInput
}

Fields#

id (ID)#

This a primary key for MapItem

type (MapItemTypeRequiredInputEnum!)#

define type of map item

level (Int)#

define the zoom level of map item

position (GQLTJson)#

define the longitude and latitude point of the map item

polygon (GQLTJson)#

define each point position of each side

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

mapId (ID)#

This a primary key for MapItem

deviceId (ID)#

This a primary key for MapItem

fileItemId (ID)#

This a primary key for MapItem

map (MapItemMapBelongsToInput)#

This is the mutation object for MapItemMapBelongsTo

device (MapItemDeviceBelongsToInput)#

This is the mutation object for MapItemDeviceBelongsTo

fileItem (MapItemFileItemBelongsToInput)#

This is the mutation object for MapItemFileItemBelongsTo