OBJECT
ProjectGeoMarkerMutations
Mutations that act on Project Geo-markers.
link GraphQL Schema definition
- type ProjectGeoMarkerMutations {
- # Creates a new geo-marker for a project.
- #
- # Arguments
- # project_geo_marker: The project geo-marker to create
- ProjectGeoMarkerCreate!): SuccessResult ( :
- }