Skip to content

Instantly share code, notes, and snippets.

@ja573
Last active September 8, 2023 11:28
Show Gist options
  • Save ja573/210555350dd37e370c65d8878b437c55 to your computer and use it in GitHub Desktop.
Save ja573/210555350dd37e370c65d8878b437c55 to your computer and use it in GitHub Desktop.
Complete list of all books by LSE Press on Thoth
{
books(publishers: "5da5617c-306b-4f68-b60b-abc74faf49f8", limit: 9999) {
workId
fullTitle
workType
workStatus
reference
doi
publicationDate
place
pageCount
license
landingPage
coverUrl
longAbstract
publications {
publicationType
isbn
locations {
locationPlatform
landingPage
fullTextUrl
canonical
}
}
contributions(order: {field: CONTRIBUTION_ORDINAL, direction: ASC}) {
fullName
contributionType
}
languages {
languageCode
languageRelation
}
bicCodes: subjects(subjectTypes: BIC, order: {field: SUBJECT_ORDINAL, direction: ASC}) {
bicCode: subjectCode
}
keywords: subjects(subjectTypes: KEYWORD, order: {field: SUBJECT_ORDINAL, direction: ASC}) {
keyword: subjectCode
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment