createDocumentLink
mutation
Create a DocumentLink
Creates a public shareable download link for a set of documents belonging to the
given company, before their PDF/zip exists. The PDF/zip is generated lazily,
triggered later by requestDocumentLinkGeneration.
mutation {
createDocumentLink(data: DocumentLinkCreateInput!): DocumentLink!
}Returns: DocumentLink!
Arguments
| Name | Type | Description |
|---|---|---|
data | DocumentLinkCreateInput! |