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