67. Mutation: Gem gård
mutation SaveFarmSample {
saveFarm(
input: {
uuid: "<placeholder_of_farm_uuid>",
name: "Farm_name"
}
) {
uuid
userUuid
navn
farmOwnership
oprettetDato
updatedDate
email
}
}Last updated
Was this helpful?