OBJECT

UpdateWorkPayload

Autogenerated return type of UpdateWork.

link GraphQL Schema definition

  • type UpdateWorkPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Validation errors for the work
  • errors: [ValidationError!]!
  • # The work object
  • work: Work!
  • }

link Require by