Magidoc

priceBookVariantsHistory
Query

List of price book variants in history table.

Arguments

#

after

Return the elements in the list that come after the specified cursor.

before

Return the elements in the list that come before the specified cursor.

filter

Filtering options for price book variants from history table.

first

Return the first n elements from the list.

last

Return the last n elements from the list.

priceBookId

ID !
Non-null

Price book ID to filter variants from history table.

sortBy

Sort price book variants in history table.

variantId

ID !
Non-null

Variant ID to filter variants from history table.

Response

#

Returns PriceBookVariantHistoryCountableConnection .

Example

#