Skip to content

Extend Category Schema with slug FieldΒ #1

@ashen-dusk

Description

@ashen-dusk

🎯 Goal

Add a slug field to the Category schema for frontend-friendly URLs, and update existing backend queries and mutations to support it.


βœ… Requirements

    • Add a new slug field (type: String, unique, non-null) to the Category model.
    • Generate slugs automatically based on the category name (e.g. AI Tools β†’ ai-tools).
    • Update the relevant queries and mutations if needed:.
    • Verify slug generation and retrieval logic.

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions