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.
registerField
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 10 months ago
Was this helpful?