Query
Response
Queries
modelCostEntries
Returns a model cost entry page.
QUERY
modelCostEntries(search: String, first: Int, offset: Int, sortKey: ModelCostSortKey, direction: ModelCostSortDirection): ModelCostEntryPage!Arguments
search
String
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
default:ASC
The direction used to filter or perform the operation. Defaults to ASC.
Returns
items
[ModelCostEntry!]!
Items associated with this model cost entry page.
totalCount
Int!
Number of totals.
Query
Response