OBJECT

SeriesMembership

The membership of a series by a work

link GraphQL Schema definition

  • type SeriesMembership {
  • # The Consonance unique identifier
  • id: Int
  • # The number of the work in the series
  • partNumber: String
  • # The series
  • series: Series
  • # The work
  • work: Work!
  • # The unique identifier of the work
  • workId: Int!
  • # The year or year range that the series is labelled with
  • yearOfAnnual: String
  • }