ContributorInput
The parameters that can be used to define a contribution.
input ContributorInput {
role: Role!
person: PersonInput!
}
Fields
ContributorInput.role
● Role!
non-null enum
In which role the person contributed.
ContributorInput.person
● PersonInput!
non-null input
The person itself.
Member of
PublicationMetadataInput
input ● UpdatePublicationMetadataChanges
input