OBJECT

DeleteWorkOriginationPayload

Autogenerated return type of DeleteWorkOrigination.

link GraphQL Schema definition

  • type DeleteWorkOriginationPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Whether the record has been deleted
  • destroyed: Boolean!
  • # Validation errors for the work origination
  • errors: [ValidationError!]!
  • # The work origination object
  • workOrigination: WorkDerivation!
  • }

link Require by