Periodical
No description
type Periodical implements Series {
issn: String!
name: String
issueNumber: String!
type: PeriodicalType
}
Fields
Periodical.issn
● String!
non-null scalar
The identifier of the series. Should accurately allow to differentiate multiple series.
Periodical.name
● String
scalar
The name of the series, in its primary language.
Periodical.issueNumber
● String!
non-null scalar
Identifies the issue of the publication within the series.
Periodical.type
● PeriodicalType
enum
The subtype of recurring publication, if any.
Interfaces
Series
interface
Whenever a single publication is part of a series, this type allows us to define the enclosing series and this publication's relation to it.