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
  • messages: [FieldError]
  • }

link Require by