PandadocFile
No description
type PandadocFile {
description: String
id: UUID
insertedAt: DateTime
name: String
provider: DocumentProviderEnum
signers: [DocumentSigner]
state: DocumentStateEnum
type: DocumentTypeEnum
}
Fields
| Nom | Type | Description |
|---|---|---|
| description | String scalar | — |
| id | UUID scalar | — |
| insertedAt | DateTime scalar | — |
| name | String scalar | — |
| provider | DocumentProviderEnum enum | — |
| signers | [DocumentSigner] list object | — |
| state | DocumentStateEnum enum | — |
| type | DocumentTypeEnum enum | RenderedDocument |