Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Solution to the first exercise of the Thoth GraphQL Workshop
{
books(publishers: "85fd969a-a16c-480b-b641-cb9adf979c3b", order: {field: PUBLICATION_DATE, direction: DESC}) {
title
subtitle
publicationDate
doi
landingPage
contributions {
lastName
}
publications {
isbn
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment