Skip to content

Add error handling for GraphQL mutations across codebase #301

@coderabbitai

Description

@coderabbitai

Context

During review of PR #300 (#300), it was identified that GraphQL mutation calls currently lack error handling throughout the codebase. Network errors or server-side failures are silently swallowed with no user-visible feedback.

Scope

This issue tracks adding proper error handling for all GraphQL mutation calls across the application to ensure:

  • Mutation failures are caught and handled
  • Users receive appropriate feedback when operations fail
  • Error states are surfaced in the UI (e.g., via toasts, alerts, or error messages)

References

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions