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 editing a theme #58

Closed pirvudoru closed 2 years ago

pirvudoru commented 3 years ago
mutation themeUpdate(input: ThemeUpdateInput!)

type ThemeCreateInput {
   id: ID!
   title: String!
   thumbnailId: ID!
}