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