Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save tunchamroeun/52903018bc39e93a898dd6418810d7be to your computer and use it in GitHub Desktop.

Select an option

Save tunchamroeun/52903018bc39e93a898dd6418810d7be to your computer and use it in GitHub Desktop.
{
gradeHistories(first:100, condition: "{ \"status-eq\": \"true\"}"){
edges{
node{
grade
status
student{
name
latin
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment