Skip to main content
QUERY
modelCostEntries(search: String, first: Int, offset: Int, sortKey: ModelCostSortKey, direction: ModelCostSortDirection): ModelCostEntryPage!

Arguments

Text used to filter matching records. Omit it to leave this dimension unfiltered.

first
Int
default:100

Maximum number of records to return. Defaults to 100.

offset
Int
default:0

Number of matching records to skip. Defaults to 0.

sortKey
default:MODEL

The sort key used to filter or perform the operation. Defaults to MODEL.

direction

The direction used to filter or perform the operation. Defaults to ASC.

Items associated with this model cost entry page.

totalCount
Int!

Number of totals.

Query
Response