INPUT_OBJECT

CreateWorkOriginationInput

Autogenerated input type of CreateWorkOrigination

link GraphQL Schema definition

  • input CreateWorkOriginationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The unique identifier for the derived work. The derived work and original work
  • # combination must be unique
  • workId: 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