code4romania / teacher-workout-backend

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

Add support for creating a theme #56

Open pirvudoru opened 3 years ago

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

type ThemeCreateInput {
   title: String!
   thumbnailId: ID!
}
nicolaes commented 1 year ago

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

danielferecatu commented 10 months ago

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