INPUT_OBJECT

UpdateWorkOriginationInput

Autogenerated input type of UpdateWorkOrigination

link GraphQL Schema definition

  • input UpdateWorkOriginationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The Consonance unique identifier for the work origination
  • id: Int!
  • sequenceNumber: Int
  • originalWorkId: Int
  • # Codes that describe the basis on which the derived work is based on the original
  • # work
  • derivationMethodsCodes: [WorkDerivationMethodCode!]
  • }

link Require by