supplierLogs
query
Supplier audit logs
Retrieves the change history for suppliers, tracking all create, update, and delete operations performed on supplier records.
query {
supplierLogs(companyId: Int!, options: LogOptions): Logs!
}Returns: Logs!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | LogOptions |