OBJECT

ProjectDocumentMutation

Mutations that act on Project Documents.

link GraphQL Schema definition

  • type ProjectDocumentMutation {
  • # Create a presigned url that users can use to upload document attachments
  • # directly from client side.
  • #
  • # Arguments
  • # filename: The name of the attachment file.
  • createSignedUrl(filename: String!): SignedUrl
  • }