Skip to content

Instantly share code, notes, and snippets.

@SamsadSajid
Created June 27, 2021 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SamsadSajid/25b61de90c48b8254bc684ed79e2e406 to your computer and use it in GitHub Desktop.
Save SamsadSajid/25b61de90c48b8254bc684ed79e2e406 to your computer and use it in GitHub Desktop.
query {
getCourseDetails(
courseId: 123
) {
title
description
ratings
numOfStudents
reviews {
review
users {
name
imageURL
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment