Skip to content

Instantly share code, notes, and snippets.

@ja573
Created August 22, 2022 08:50
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ja573/116e66f65cda492169948ca87574940f to your computer and use it in GitHub Desktop.
Solution to the second exercise of the Thoth GraphQL Workshop
{
work(workId: "0bdf8479-ab91-4d79-9936-587bd97277fe") {
fullTitle
relations(relationTypes: HAS_CHILD, order: {field: RELATION_ORDINAL, direction: ASC}) {
relatedWork {
fullTitle
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment