productEconomicsRecords
Returns a paginated, filtered list of product economics snapshots (the time-series log).
Authentication & Permissions
Requires authentication and products:read_product_economics permission
on the current company scope.
productEconomicsRecords(
after: String
before: String
filter: ProductEconomicsFilterInput
first: Int
last: Int
): ProductEconomicsRecordConnection!
Arguments
productEconomicsRecords.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
productEconomicsRecords.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
productEconomicsRecords.filter ● ProductEconomicsFilterInput input products
productEconomicsRecords.first ● Int scalar common
Returns the first _n_ elements from the list.
productEconomicsRecords.last ● Int scalar common
Returns the last _n_ elements from the list.
Type
ProductEconomicsRecordConnection object common
The connection type for ProductEconomicsRecord.