### π― Goal Add a `slug` field to the **Category** schema for frontend-friendly URLs, and update existing backend queries and mutations to support it. --- ### β Requirements * - [x] Add a new `slug` field (type: `String`, unique, non-null) to the `Category` model. * - [x] Generate slugs automatically based on the category name (e.g. `AI Tools` β `ai-tools`). * - [x] Update the relevant queries and mutations if needed:. * - [x] Verify slug generation and retrieval logic.