Used to create and patch bounded region vertices.
Note: this is only enabled for organizations enrolled in the Property Insights graph extension
input VertexDetails {# The id of the floor the new boundary vertex should be created on.floorId: ID# The ID of the layer the Vertex should be associated with.# If left blank it will default to the View's default write layer, or the existing # data's layer on a patch mutation.layerId: IDposition: IPoint2D!}