@rnga/orders
Version:
## Get schema from @prisma-cms 1. yarn get-api-schema -e http://localhost:4000 2. yarn build-api-fragments
100 lines (99 loc) • 2.42 kB
JavaScript
;
exports.__esModule = true;
exports.default = {
"variables": {
"orderGetItems": true,
"where": {},
"first": 10,
"orderBy": "date_DESC"
},
"loading": false,
"networkStatus": 7,
"objects": [{
"id": "cjo5vdfr006wa0873ly0k8ovc",
"number": "104890180",
"date": "2018-09-03T21:00:00.000Z",
"__typename": "Order",
"User": {
"id": "cjl3r992l08d90929bdylwx2l",
"active": true,
"secondID": "cjl3r992l08d90929bdylwx2l",
"exported": true,
"username": "rudakov",
"fullname": "Рудаков",
"image": null,
"sudo": false,
"birthday": null,
"passport": "Документ",
"email": "rudakov@localhost",
"phone": "+7777777777",
"address": null,
"auctions": null,
"lots": null,
"prices": null,
"looked": null,
"preferences": null,
"info": null,
"requestJoin": false,
"__typename": "User"
},
"Items": [{
"id": "cjo5vdfr806we0873mbu0pb34",
"externalKey": null,
"number": 1,
"title": "5 копеек ",
"year": "1770",
"metal": "медь",
"sheldon_grade": null,
"status": null,
"price": 300000,
"preGrade": "Test",
"grade": null,
"grade_confirm": null,
"tarif": null,
"market_value": null,
"diametr": "40.95",
"thingh": "4.44",
"weight": "58.41",
"ensure_price": null,
"type": 10,
"coin_num": null,
"frez": null,
"nakl": null,
"bitkin": null,
"expertize": null,
"slab": "104890180",
"__typename": "OrderItem",
"ServiceOrders": []
}, {
"id": "cjo5vdfrj06wj0873un5o00si",
"externalKey": null,
"number": 2,
"title": "5 копеек",
"year": "1770",
"metal": "медь",
"sheldon_grade": "AU50 BN",
"status": null,
"price": null,
"preGrade": null,
"grade": null,
"grade_confirm": null,
"tarif": null,
"market_value": null,
"diametr": "42.04",
"thingh": "3.57",
"weight": "50.959",
"ensure_price": null,
"type": 10,
"coin_num": null,
"frez": null,
"nakl": null,
"bitkin": null,
"expertize": null,
"slab": "104891180",
"__typename": "OrderItem",
"ServiceOrders": []
}]
}]
};
module.exports = exports["default"];