OBJECT

updateDocumentPayload

Autogenerated return type of updateDocument.

link GraphQL Schema definition

  • type updateDocumentPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • document: Document
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }