66. Mutation: Save Field
Mutation to amend the existing "Field” with a new boundary and/or name.
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
Was this helpful?