Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1 строка
768 B

  1. {"ast":null,"code":"\"use strict\";\n\nvar _apollo = _interopRequireDefault(require(\"../../lib/apollo.js\"));\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nasync function GetCartProduct(id, token = \"\") {\n var res = await _apollo.default.query(`\n query($input: ID!){\n products(where:{id:$input})\n {\n name\n price\n description\n img{\n url\n }\n overview\n specification\n film\n stock\n }\n }\t`, token, {\n \"input\": id\n });\n return res;\n}\n\nmodule.exports = {\n GetCartProduct: GetCartProduct\n};","map":null,"metadata":{},"sourceType":"script"}