📄️ Introduction to GraphQL
About GraphQL
📄️ Comments, Discussion Threads in GraphQL
Fetching Comments on a Video
📄️ Fetching Content with GraphQL
If you’re new to GraphQL, we suggest starting with the introduction to get familiar with the basics.
📄️ Working with the Quiz Object
There’s more moving pieces with a quiz then compared to fetching a text page for example. With a quiz, you have to both fetch data and then allow the user to send data back in the form of a quiz submission. We’ll walk you through the various API calls you’ll need to use do that here.