Skip to main content

UpdateIsPartOfInputChanges

Changes to apply to the IsPartOf field of a publication's metadata.

input UpdateIsPartOfInputChanges {
issn: ID
name: String
issueNumber: String
type: PeriodicalType
position: Int
}

Fields

UpdateIsPartOfInputChanges.issn ● ID scalar

The identifier of the series. Should accurately allow to differentiate multiple series.

UpdateIsPartOfInputChanges.name ● String scalar

The name of the series, in its primary language.

UpdateIsPartOfInputChanges.issueNumber ● String scalar

Identifies the issue of the publication within the series.

UpdateIsPartOfInputChanges.type ● PeriodicalType enum

The type of recurring publication.

UpdateIsPartOfInputChanges.position ● Int scalar

The numerical position of the book within the sequence, as defined by the author.

Member of

UpdatePublicationMetadataChanges input