Skip to content

Instantly share code, notes, and snippets.

@ja573
Last active August 22, 2022 09:20
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 ja573/5b6d8c3a53963bd25b78923a335052c3 to your computer and use it in GitHub Desktop.
Save ja573/5b6d8c3a53963bd25b78923a335052c3 to your computer and use it in GitHub Desktop.
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