INTERFACE

SubjectCode

A code from one of a number of subject schemes that describes the content of the work

link GraphQL Schema definition

  • interface SubjectCode {
  • # The identifying code
  • code: String
  • # The text description of the subject code
  • description: String
  • # Whether the code is the main one in this scheme for the work
  • main: Boolean! @deprecated( reason: "Multiple main codes can now be defined within the schema" )
  • # The scheme under which the code was issued
  • scheme: SubjectCodeSchemeCategory!
  • }