OBJECT
UpdateWorkPayload
Autogenerated return type of UpdateWork.
link GraphQL Schema definition
- type UpdateWorkPayload {
- # A unique identifier for the client performing the mutation.
- : String
- # Validation errors for the work
- : [ValidationError!]!
- # The work object
- : Work!
- }