67. Mutation: Save Farm
Mutation to amend the existing "Farm" with a new name.
mutation SaveFarmSample {
saveFarm(
input: {
uuid: "<placeholder_of_farm_uuid>",
name: "Farm_name"
}
) {
uuid
userUuid
name
farmOwnership
createdDate
updatedDate
email
}
}
Last updated
Was this helpful?