OBJECT
Mutations that act on Project Documents.
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 }