Skip to content

UpdatePointOfInterestInput

About UpdatePointOfInterestInput

Fields to update an existing PointOfInterest

id

The ID of the PointOfInterest that will be updated

Type: ID!

siteId

The ID of the Site that the PointOfInterest belongs to

Type: ID

name

The name of the PointOfInterest.

Type: String

position

The geographic position of the PointOfInterest

Type: GeoJSONPointInput

metadata

The metadata associated with the PointOfInterest.

Type: JSON