code4romania / teacher-workout-android

Teacher Workout Android app
Mozilla Public License 2.0
5 stars 17 forks source link

Connect lesson themes screen to API #38

Open AlexandraDamaschin opened 3 years ago

AlexandraDamaschin commented 3 years ago

This can be done after we have the UI done for the lessons screen

Here is the graphql query to populate this screen https://teacher.heroesof.tech/ui/graphiql?query=query%20%7B%0A%20%20themes%20%7B%0A%20%20%20%20edges%20%7B%0A%20%20%20%20%20%20node%20%7B%0A%20%20%20%20%20%20%20%20id%0A%20%20%20%20%20%20%20%20title%0A%20%20%20%20%20%20%20%20thumbnail%20%7B%0A%20%20%20%20%20%20%20%20%20%20url%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D

Related: