ENUM
FileableType
The type of entity that owns this File
.
link GraphQL Schema definition
- enum FileableType {
- # A customer account.
- # An ACH batch file.
- # A geographical address.
- # An import of call data records (CDRs).
- # An import of call detail records (CDRs).
- # A call log.
- # A company you do business as.
- # A deposit slip.
- # The localized content of an `EmailMessage`.
- # A generated FCC Form 477 report.
- # The signature on a contract.
- # An inventory item.
- # A type of item stored in inventory.
- # A PDF to attach to invoices.
- # A job, typically in the field.
- # A mass email communication.
- # A network site.
- # A single PDF containing multiple invoices for printing.
- # A purchase order for items from a third party vendor.
- # A backup of your Sonar instance's data.
- # types.test_read_only_file_model
- # A ticket.
- # A comment on a `Ticket`.
- # A reply on a `Ticket`.
- # A TowerCoverage submission.
- # A third party vendor of inventory models.
- # An import of voice provider rates.
- }
link Require by
- AccountA customer account.
- AchBatchAn ACH batch file.
- AddressA geographical address.
- CallDetailRecordImportAn import of call detail records (CDRs).
- CallLogA call log.
- CompanyA company you do business as.
- DepositSlipA deposit slip.
- EmailMessageContentThe localized content of an `EmailMessage`.
- FccForm477ReportA generated FCC Form 477 report.
- FileA file.
- HandwrittenSignatureThe signature on a contract.
- InventoryItemAn inventory item.
- InventoryModelA type of item stored in inventory.
- InvoiceAttachmentA PDF to attach to invoices.
- JobA job, typically in the field.
- LinkFileToEntityMutationInputThe input object that defines the fields for the linkFileToEntity mutation.
- MassEmailA mass email communication.
- NetworkSiteA network site.
- PrintedInvoiceBatchA single PDF containing multiple invoices for printing.
- PurchaseOrderA purchase order for items from a third party vendor.
- Querynull
- SystemBackupA backup of your Sonar instance's data.
- TicketA ticket.
- TicketCommentA comment on a `Ticket`.
- TicketReplyA reply on a `Ticket`.
- TowercoverageSubmissionA TowerCoverage submission.
- VendorA third party vendor of inventory models.
- VoiceProviderRateImportAn import of voice provider rates.