Contributor
A description of a person's contribution to a publication.
type Contributor {
person: Person!
role: Role!
}
Fields
Contributor.person
● Person!
non-null object
Contributor.role
● Role!
non-null enum
Member of
PublicationMetadata
object