SubjectInput
The parameters to specify the subject of a publication.
input SubjectInput {
code: String!
scheme: SubjectScheme!
}
Fields
SubjectInput.code
● String!
non-null scalar
In the scheme, the code to identify the publication.
SubjectInput.scheme
● SubjectScheme!
non-null enum
In which scheme was the subject defined.
Member of
PublicationMetadataInput
input ● UpdatePublicationMetadataChanges
input