29. Mutasyon: "Note" sil

Seçili "Not"u sil.

  • Kullanıcı tarafından oluşturulan "Not" silinebilir.

mutation DeleteNote {
  deleteNote(input:{
    uuid: "<placeholder_of_note_uuid>",
    fieldUuid: "<placeholder_of_field_uuid>"
  } ) {
    uuid
    fieldUuid
    oluşturulmaTarihi
    updatedDate
    tür
  }
}

Last updated

Was this helpful?