Skip to main content

IsPartOfInput

The parameters to define a series and a publication's relationship to it.

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

Fields

IsPartOfInput.issn ● ID! non-null scalar

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

IsPartOfInput.name ● String scalar

The name of the series, in its primary language.

IsPartOfInput.issueNumber ● String scalar

Identifies the issue of the publication within the series.

IsPartOfInput.type ● PeriodicalType enum

The type of recurring publication.

IsPartOfInput.position ● Int scalar

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

Member of

PublicationMetadataInput input