code4romania / teacher-workout-backend

Teacher Workout backend (API for mobile apps & for the web client)
Mozilla Public License 2.0
7 stars 34 forks source link

Add support for creating a theme #56

Open pirvudoru opened 2 years ago

pirvudoru commented 2 years ago
mutation themeCreate(input: ThemeCreateInput!)

type ThemeCreateInput {
   title: String!
   thumbnailId: ID!
}
nicolaes commented 8 months ago

This was already done via #61 https://github.com/code4romania/teacher-workout-backend/blob/develop/TeacherWorkout.Api/GraphQL/TeacherWorkoutMutation.cs#L38

danielferecatu commented 6 months ago

@alexandru-calinoiu @pirvudoru Could you please review this issue? It looks like it's already implemented and we could close it.