Unlike queries, mutations are typically used to create/update/delete data or ... return axios.post('/todos', newTodo) ... return fetch('/api', formData).
確定! 回上一頁