INPUT_OBJECT

ProjectGeoMarkerGeoMarkerCreate

A marker used on a map.

link GraphQL Schema definition

  • input ProjectGeoMarkerGeoMarkerCreate {
  • # The markers's label.
  • label: String!
  • # The geolocation for the marker.
  • geolocation: GeolocationInput!
  • }