code4romania / code4romania/teacher-workout-backend
Add support for creating a theme
Open
- Dominant language
- C#
- Stars
- 8
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
```
mutation themeCreate(input: ThemeCreateInput!)
type ThemeCreateInput {
title: String!
thumbnailId: ID!
}
```
Contributor guide
Assessment
This issue has not been assessed yet.