67. ミューテーション:ファームを保存

既存の「Farm」に新しい名前を付けるためのミューテーション。

mutation SaveFarmSample {
  saveFarm(
    input: { 
      uuid: "<placeholder_of_farm_uuid>", 
      name: "Farm_name" 
    }
  ) {
    uuid
    userUuid
    名前
    farmOwnership
    作成日
    updatedDate
    email
  }
}

最終更新

役に立ちましたか?