66. Mutation: Save Field

Mutation to amend the existing "Fieldโ€ with a new boundary and/or name.

To edit the boundary of the existing "Field" use the registerField mutation.

mutation SaveFieldSample {
  saveField(
    input: { 
      uuid: "<placeholder_of_field_uuid>"
      farmUuid: "<placeholder_of_farm_uuid>"
    	 name: "Field_name" 
    }
  ) {
    uuid
    farmUuid
    name
    boundaryUrl
    topographyMaps {
      uuid
      fieldUuid
      status
      geoMaps {
        shortName
        url
        hexColorCodes
        classes
      }
    }
    labels {
      name
      value
    }
  }
}

Last updated

Powered by GeoPard Agriculture - Automated precisionAg platform