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 8 months ago
Was this helpful?