@rnga/orders
Version:
## Get schema from @prisma-cms 1. yarn get-api-schema -e http://localhost:4000 2. yarn build-api-fragments
83 lines (82 loc) • 2.09 kB
JavaScript
;
exports.__esModule = true;
exports.default = {
objects: [{
"id": "cjkmng86l00410a924hol725e",
"code": "slab",
"name": "Слабирование",
"short_name": "Слаб",
"description": null,
"price": null,
"priceCooficient": null,
"rejectCost": 300,
"__typename": "Service",
"Tarifs": [{
"id": "cjkmng86s00420a92u1wh4zvw",
"code": "standart-21",
"name": "Стандарт-21",
"description": null,
"price": 1000,
"priceCooficient": null,
"__typename": "Tarif"
}, {
"id": "cjkmng86u00430a92byz9l3a7",
"code": "standart-14",
"name": "Стандарт-14",
"description": null,
"price": 1500,
"priceCooficient": null,
"__typename": "Tarif"
}, {
"id": "cjkmng86u00440a92buq1g3wo",
"code": "standart-7",
"name": "Стандарт-7",
"description": null,
"price": 2000,
"priceCooficient": null,
"__typename": "Tarif"
}, {
"id": "cjkmng86u00450a92uvdyegbq",
"code": "premium",
"name": "Премиум",
"description": null,
"price": 3000,
"priceCooficient": null,
"__typename": "Tarif"
}]
}, {
"id": "cjkmnkqdm004m0a925ngdp5v4",
"code": "exp",
"name": "Экспертное заключение",
"short_name": "Эксп",
"description": null,
"price": 7000,
"priceCooficient": null,
"rejectCost": null,
"__typename": "Service",
"Tarifs": []
}, {
"id": "cjkmnle98004p0a92p13sx5py",
"code": "photo",
"name": "Фото",
"short_name": null,
"description": null,
"price": 200,
"priceCooficient": null,
"rejectCost": null,
"__typename": "Service",
"Tarifs": []
}, {
"id": "cjkmnnrpe004s0a92k5h6ow4l",
"code": "appraisal",
"name": "Оценка",
"short_name": null,
"description": null,
"price": null,
"priceCooficient": 0.1,
"rejectCost": null,
"__typename": "Service",
"Tarifs": []
}]
};
module.exports = exports["default"];