OBJECT

WorkDerivationMethod

Methods by which the work is derived from its original, such as compilation, revision, or translation

link GraphQL Schema definition

  • type WorkDerivationMethod {
  • # The descriptive label for the method of work derivation
  • label: String!
  • # The unique code for the method of work derivation
  • value: String!
  • }