Select person details and contributing works
Select person details and associated works.
Explanation
query GetPersonProfile($personId: Int!) {
person(id: $personId) {
id
name
biographicalNote
contributions {
workTitle
role
}
notes {
content
}
addresses {
street
city
country
}
gender
genderClarification
}
}Last updated