Skip to content

CreatePointOfInterestInput

About CreatePointOfInterestInput

Fields to create a new PointOfInterest

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