OBJECT
DeleteWorkOriginationPayload
Autogenerated return type of DeleteWorkOrigination.
link GraphQL Schema definition
- type DeleteWorkOriginationPayload {
- # A unique identifier for the client performing the mutation.
- : String
- # Whether the record has been deleted
- : Boolean!
- # Validation errors for the work origination
- : [ValidationError!]!
- # The work origination object
- : WorkDerivation!
- }