productsWithoutEstimates
Get all active non-hidden products without providing any estimate.
Arguments
Returns
[ProductWithoutEstimates]Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query ProductsWithoutEstimates(
$brand: String,
$date: Date,
$isHidden: Boolean,
$organizationName: String
) {
productsWithoutEstimates(
brand: $brand,
date: $date,
isHidden: $isHidden,
organizationName: $organizationName
) {
availableFrom
availableTo
brand {
...BrandFragment
}
code
currentAgreementCount
description
displayName
dualFuelDescription
fullName
id
isHidden
marketName
notes
params {
...ProductParamsFragment
}
prices {
...ProductPricesFragment
}
term
}
}
Variables
{
"brand": "fact-again-return-choose-single",
"date": "1992-07-09",
"isHidden": true,
"organizationName": "establish-concern-available-simply-act"
}
Response
{
"data": {
"productsWithoutEstimates": [
{
"availableFrom": "2021-09-25T06:49:33.151474+00:00",
"availableTo": "2015-04-02T13:50:04.174036+00:00",
"brand": Brand,
"code": "in-rate-field-left-else",
"currentAgreementCount": 22,
"description": "level-animal-member-seat-institution",
"displayName": "great-prevent-after-medical-watch",
"dualFuelDescription": "real-I-read-painting-decade",
"fullName": "debate-though-especially-avoid-store",
"id": "80222415",
"isHidden": true,
"marketName": "probably-life-newspaper-anyone-father",
"notes": "same-you-news-green-science",
"params": ProductParams,
"prices": ProductPrices,
"term": 51
}
]
}
}