Skip to content

Conversation

@shojchi
Copy link
Owner

@shojchi shojchi commented Dec 20, 2025

  • Created a new TypeScript interface for Task with properties such as id, title, description, status, priority, createdAt, and updatedAt.
  • Added mock data for tasks including various statuses and priorities to facilitate testing and development.
  • Introduced GraphQL schema definitions for Task, TaskStatus, and TaskPriority enums.
  • Updated package.json to include msw for mocking service workers in tests.

- Created a new TypeScript interface for Task with properties such as id, title, description, status, priority, createdAt, and updatedAt.
- Added mock data for tasks including various statuses and priorities to facilitate testing and development.
- Introduced GraphQL schema definitions for Task, TaskStatus, and TaskPriority enums.
- Updated package.json to include msw for mocking service workers in tests.
@shojchi shojchi added this to the graphql milestone Dec 20, 2025
@shojchi shojchi self-assigned this Dec 20, 2025
@shojchi shojchi added the enhancement New feature or request label Dec 20, 2025
@shojchi shojchi marked this pull request as draft December 21, 2025 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants