Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update comment mutation to return a boolean
- Changed the output of the comment mutation from a comment schema to a boolean, indicating success or failure. - Removed the unnecessary return statement in the comment creation logic, streamlining the process. - This change simplifies the response handling for comment creation, enhancing clarity in the API's behavior.
- Loading branch information