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