Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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