Skip to main content

MapOptionalInput

No description

type MapOptionalInput {
id: ID
name: String
active: Boolean
center: GQLTJson
zoom: Float
pitch: Float
bearing: Float
createdAt: GQLTDate
updatedAt: GQLTDate
items: MapItemsHasManyInput
}

Fields#

id (ID)#

This a primary key for Map

name (String)#

define the name of the map

active (Boolean)#

define if the map is still active or not

center (GQLTJson)#

The coordinates that define the center of the map

zoom (Float)#

A number that determines how close the viewport is to the surface of the map. A zoom level of 0 would display the entire world. The higher a zoom level is, the closer the viewport is to the map's surface

pitch (Float)#

The angle towards the horizon measured in degrees, with a range between 0 and 60 degrees. Zero degrees results in a two-dimensional map, as if your line of sight forms a perpendicular angle with the earth's surface

bearing (Float)#

The destination's angle of rotation, measured in degrees counter-clockwise from north, with a range between 0 and 360 degrees

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

items (MapItemsHasManyInput)#

This is the mutation object for MapItemsHasMany