File
No description
type File {
createdDate: DateTime!
description: String
fileType: String
folder: Folder
folderId: UUID
id: UUID!
name: String
organizationId: UUID!
updatedDate: DateTime!
uploadCareId: UUID
url: String!
user: User
userId: UUID
}
Fields
| Nom | Type | Description |
|---|---|---|
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| description | String scalar | — |
| fileType | String scalar | — |
| folder | Folder object | — |
| folderId | UUID scalar | — |
| id | UUID! non-null scalar | Unique identifier of the entity |
| name | String scalar | — |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity |
| uploadCareId | UUID scalar | — |
| url | String! non-null scalar | — |
| user | User object | — |
| userId | UUID scalar | createFile AccountingInvoiceConfig BusinessUnit Folder Identity Registration Signature |