OBJECT

createDocumentPayload

Autogenerated return type of createDocument.

link GraphQL Schema definition

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