ec.txt 47 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735
  1. query userbyid($id: ID) {
  2. userbyid: user_by_id(id: $id) {
  3. email
  4. updatedAt
  5. password
  6. telephone
  7. username
  8. createdAt
  9. openid
  10. id
  11. userData_id {
  12. id
  13. nickname
  14. avatar
  15. isVip
  16. vipCode
  17. userPoint
  18. createdAt
  19. updatedAt
  20. }
  21. }
  22. }
  23. query adminbyid($id: ID) {
  24. adminbyid: admin_by_id(id: $id) {
  25. id
  26. openid
  27. username
  28. password
  29. telephone
  30. email
  31. createdAt
  32. updatedAt
  33. }
  34. }
  35. query specificationStockbyid($id: ID) {
  36. specificationStockbyid: specificationStock_by_id(id: $id) {
  37. id
  38. product_id {
  39. category
  40. updatedAt
  41. unit
  42. name
  43. createdAt
  44. status
  45. id
  46. intro
  47. price
  48. img
  49. stock
  50. }
  51. color
  52. size
  53. stock
  54. status
  55. createdAt
  56. updatedAt
  57. }
  58. }
  59. query orderPaybyprops($user_id: ID, $order_id: ID, $totalPay: Float, $transactionId: String, $payTime: String) {
  60. orderPaybyprops: orderPay_by_props(user_id: $user_id order_id: $order_id totalPay: $totalPay transactionId: $transactionId payTime: $payTime) {
  61. id
  62. user_id {
  63. email
  64. updatedAt
  65. password
  66. telephone
  67. username
  68. createdAt
  69. openid
  70. id
  71. }
  72. order_id {
  73. deliveryTime
  74. remark
  75. updatedAt
  76. payTime
  77. orderTotalPay
  78. createdAt
  79. orderStatus
  80. id
  81. orderShipFee
  82. count
  83. productTotalPay
  84. }
  85. totalPay
  86. transactionId
  87. payTime
  88. }
  89. }
  90. query userCartbyid($id: ID) {
  91. userCartbyid: userCart_by_id(id: $id) {
  92. id
  93. user_id {
  94. email
  95. updatedAt
  96. password
  97. telephone
  98. username
  99. createdAt
  100. openid
  101. id
  102. }
  103. product_id {
  104. category
  105. updatedAt
  106. unit
  107. name
  108. createdAt
  109. status
  110. id
  111. intro
  112. price
  113. img
  114. stock
  115. }
  116. specificationStock_id {
  117. id
  118. color
  119. size
  120. stock
  121. status
  122. createdAt
  123. updatedAt
  124. }
  125. count
  126. createdAt
  127. updatedAt
  128. }
  129. }
  130. query userDatabyid($id: ID) {
  131. userDatabyid: userData_by_id(id: $id) {
  132. id
  133. nickname
  134. avatar
  135. isVip
  136. vipCode
  137. userPoint
  138. createdAt
  139. updatedAt
  140. }
  141. }
  142. query adminbyprops($openid: String, $username: String, $password: String, $telephone: String, $email: String, $createdAt: String, $updatedAt: String) {
  143. adminbyprops: admin_by_props(openid: $openid username: $username password: $password telephone: $telephone email: $email createdAt: $createdAt updatedAt: $updatedAt) {
  144. id
  145. openid
  146. username
  147. password
  148. telephone
  149. email
  150. createdAt
  151. updatedAt
  152. }
  153. }
  154. query userSearchbyprops($user_id: ID, $createdAt: String, $updatedAt: String) {
  155. userSearchbyprops: userSearch_by_props(user_id: $user_id createdAt: $createdAt updatedAt: $updatedAt) {
  156. id
  157. user_id {
  158. email
  159. updatedAt
  160. password
  161. telephone
  162. username
  163. createdAt
  164. openid
  165. id
  166. }
  167. keyword
  168. createdAt
  169. updatedAt
  170. }
  171. }
  172. query userCollectbyprops($user_id: ID, $createdAt: String, $updatedAt: String) {
  173. userCollectbyprops: userCollect_by_props(user_id: $user_id createdAt: $createdAt updatedAt: $updatedAt) {
  174. id
  175. user_id {
  176. email
  177. updatedAt
  178. password
  179. telephone
  180. username
  181. createdAt
  182. openid
  183. id
  184. }
  185. product_id {
  186. category
  187. updatedAt
  188. unit
  189. name
  190. createdAt
  191. status
  192. id
  193. intro
  194. price
  195. img
  196. stock
  197. }
  198. createdAt
  199. updatedAt
  200. }
  201. }
  202. query productbyprops($category: String, $updatedAt: String, $unit: String, $name: String, $createdAt: String, $status: String, $intro: String, $price: Float, $img: String, $stock: Int) {
  203. productbyprops: product_by_props(category: $category updatedAt: $updatedAt unit: $unit name: $name createdAt: $createdAt status: $status intro: $intro price: $price img: $img stock: $stock) {
  204. category
  205. updatedAt
  206. unit
  207. name
  208. createdAt
  209. status
  210. id
  211. intro
  212. price
  213. img
  214. stock
  215. }
  216. }
  217. query orderLogisticsbyid($id: ID) {
  218. orderLogisticsbyid: orderLogistics_by_id(id: $id) {
  219. updatedAt
  220. logisticsFee
  221. expressId
  222. createdAt
  223. order_id {
  224. deliveryTime
  225. remark
  226. updatedAt
  227. payTime
  228. orderTotalPay
  229. createdAt
  230. orderStatus
  231. id
  232. orderShipFee
  233. count
  234. productTotalPay
  235. }
  236. consigneeTel
  237. id
  238. consignAddress
  239. LogisticsStatus
  240. user_id {
  241. email
  242. updatedAt
  243. password
  244. telephone
  245. username
  246. createdAt
  247. openid
  248. id
  249. }
  250. consigneeName
  251. }
  252. }
  253. query specificationStockbyprops($product_id: ID, $color: String, $size: String, $stock: Int, $status: String, $createdAt: String, $updatedAt: String) {
  254. specificationStockbyprops: specificationStock_by_props(product_id: $product_id color: $color size: $size stock: $stock status: $status createdAt: $createdAt updatedAt: $updatedAt) {
  255. id
  256. product_id {
  257. category
  258. updatedAt
  259. unit
  260. name
  261. createdAt
  262. status
  263. id
  264. intro
  265. price
  266. img
  267. stock
  268. }
  269. color
  270. size
  271. stock
  272. status
  273. createdAt
  274. updatedAt
  275. }
  276. }
  277. query orderProductbyid($id: ID) {
  278. orderProductbyid: orderProduct_by_id(id: $id) {
  279. updatedAt
  280. productColor
  281. unit
  282. product_id {
  283. category
  284. updatedAt
  285. unit
  286. name
  287. createdAt
  288. status
  289. id
  290. intro
  291. price
  292. img
  293. stock
  294. }
  295. productSize
  296. orderPay
  297. createdAt
  298. productImg
  299. productName
  300. specificationStock_id {
  301. id
  302. color
  303. size
  304. stock
  305. status
  306. createdAt
  307. updatedAt
  308. }
  309. order_id {
  310. deliveryTime
  311. remark
  312. updatedAt
  313. payTime
  314. orderTotalPay
  315. createdAt
  316. orderStatus
  317. id
  318. orderShipFee
  319. count
  320. productTotalPay
  321. }
  322. productPrice
  323. id
  324. count
  325. productPay
  326. user_id {
  327. email
  328. updatedAt
  329. password
  330. telephone
  331. username
  332. createdAt
  333. openid
  334. id
  335. }
  336. orderPay_id {
  337. id
  338. totalPay
  339. transactionId
  340. payTime
  341. }
  342. }
  343. }
  344. query userCollectbyid($id: ID) {
  345. userCollectbyid: userCollect_by_id(id: $id) {
  346. id
  347. user_id {
  348. email
  349. updatedAt
  350. password
  351. telephone
  352. username
  353. createdAt
  354. openid
  355. id
  356. }
  357. product_id {
  358. category
  359. updatedAt
  360. unit
  361. name
  362. createdAt
  363. status
  364. id
  365. intro
  366. price
  367. img
  368. stock
  369. }
  370. createdAt
  371. updatedAt
  372. }
  373. }
  374. query userAddressbyprops($address: String, $updatedAt: String, $telephone: String, $default: Int, $city: String, $username: String, $postcode: String, $createdAt: String, $deletedAt: String, $user_id: ID, $area: String, $province: String) {
  375. userAddressbyprops: userAddress_by_props(address: $address updatedAt: $updatedAt telephone: $telephone
  376. default: $default city: $city username: $username postcode: $postcode createdAt: $createdAt deletedAt: $deletedAt user_id: $user_id area: $area province: $province) {
  377. address
  378. updatedAt
  379. telephone
  380. default
  381. city
  382. username
  383. postcode
  384. createdAt
  385. deletedAt
  386. id
  387. user_id {
  388. email
  389. updatedAt
  390. password
  391. telephone
  392. username
  393. createdAt
  394. openid
  395. id
  396. }
  397. area
  398. province
  399. }
  400. }
  401. query orderPaybyid($id: ID) {
  402. orderPaybyid: orderPay_by_id(id: $id) {
  403. id
  404. user_id {
  405. email
  406. updatedAt
  407. password
  408. telephone
  409. username
  410. createdAt
  411. openid
  412. id
  413. }
  414. order_id {
  415. deliveryTime
  416. remark
  417. updatedAt
  418. payTime
  419. orderTotalPay
  420. createdAt
  421. orderStatus
  422. id
  423. orderShipFee
  424. count
  425. productTotalPay
  426. }
  427. totalPay
  428. transactionId
  429. payTime
  430. }
  431. }
  432. query userAddressbyid($id: ID) {
  433. userAddressbyid: userAddress_by_id(id: $id) {
  434. address
  435. updatedAt
  436. telephone
  437. default
  438. city
  439. username
  440. postcode
  441. createdAt
  442. deletedAt
  443. id
  444. user_id {
  445. email
  446. updatedAt
  447. password
  448. telephone
  449. username
  450. createdAt
  451. openid
  452. id
  453. }
  454. area
  455. province
  456. }
  457. }
  458. query orderLogisticsbyprops($updatedAt: String, $logisticsFee: Float, $expressId: String, $createdAt: String, $order_id: ID, $consigneeTel: String, $consignAddress: String, $LogisticsStatus: String, $user_id: ID, $consigneeName: String) {
  459. orderLogisticsbyprops: orderLogistics_by_props(updatedAt: $updatedAt logisticsFee: $logisticsFee expressId: $expressId createdAt: $createdAt order_id: $order_id consigneeTel: $consigneeTel consignAddress: $consignAddress LogisticsStatus: $LogisticsStatus user_id: $user_id consigneeName: $consigneeName) {
  460. updatedAt
  461. logisticsFee
  462. expressId
  463. createdAt
  464. order_id {
  465. deliveryTime
  466. remark
  467. updatedAt
  468. payTime
  469. orderTotalPay
  470. createdAt
  471. orderStatus
  472. id
  473. orderShipFee
  474. count
  475. productTotalPay
  476. }
  477. consigneeTel
  478. id
  479. consignAddress
  480. LogisticsStatus
  481. user_id {
  482. email
  483. updatedAt
  484. password
  485. telephone
  486. username
  487. createdAt
  488. openid
  489. id
  490. }
  491. consigneeName
  492. }
  493. }
  494. query orderbyid($id: ID) {
  495. orderbyid: order_by_id(id: $id) {
  496. deliveryTime
  497. remark
  498. updatedAt
  499. orderLogistics_id {
  500. updatedAt
  501. logisticsFee
  502. expressId
  503. createdAt
  504. consigneeTel
  505. id
  506. consignAddress
  507. LogisticsStatus
  508. consigneeName
  509. }
  510. payTime
  511. orderTotalPay
  512. createdAt
  513. orderStatus
  514. userAddress_id {
  515. address
  516. updatedAt
  517. telephone
  518. default
  519. city
  520. username
  521. postcode
  522. createdAt
  523. deletedAt
  524. id
  525. area
  526. province
  527. }
  528. id
  529. orderShipFee
  530. count
  531. user_id {
  532. email
  533. updatedAt
  534. password
  535. telephone
  536. username
  537. createdAt
  538. openid
  539. id
  540. }
  541. productTotalPay
  542. orderPay_id {
  543. id
  544. totalPay
  545. transactionId
  546. payTime
  547. }
  548. }
  549. }
  550. query orderProductbyprops($updatedAt: String, $productColor: String, $unit: String, $product_id: ID, $productSize: String, $orderPay: Float, $createdAt: String, $productImg: String, $productName: String, $specificationStock_id: ID, $order_id: ID, $productPrice: Float, $count: Int, $productPay: Float, $user_id: ID, $orderPay_id: ID) {
  551. orderProductbyprops: orderProduct_by_props(updatedAt: $updatedAt productColor: $productColor unit: $unit product_id: $product_id productSize: $productSize orderPay: $orderPay createdAt: $createdAt productImg: $productImg productName: $productName specificationStock_id: $specificationStock_id order_id: $order_id productPrice: $productPrice count: $count productPay: $productPay user_id: $user_id orderPay_id: $orderPay_id) {
  552. updatedAt
  553. productColor
  554. unit
  555. product_id {
  556. category
  557. updatedAt
  558. unit
  559. name
  560. createdAt
  561. status
  562. id
  563. intro
  564. price
  565. img
  566. stock
  567. }
  568. productSize
  569. orderPay
  570. createdAt
  571. productImg
  572. productName
  573. specificationStock_id {
  574. id
  575. color
  576. size
  577. stock
  578. status
  579. createdAt
  580. updatedAt
  581. }
  582. order_id {
  583. deliveryTime
  584. remark
  585. updatedAt
  586. payTime
  587. orderTotalPay
  588. createdAt
  589. orderStatus
  590. id
  591. orderShipFee
  592. count
  593. productTotalPay
  594. }
  595. productPrice
  596. id
  597. count
  598. productPay
  599. user_id {
  600. email
  601. updatedAt
  602. password
  603. telephone
  604. username
  605. createdAt
  606. openid
  607. id
  608. }
  609. orderPay_id {
  610. id
  611. totalPay
  612. transactionId
  613. payTime
  614. }
  615. }
  616. }
  617. query productbyid($id: ID) {
  618. productbyid: product_by_id(id: $id) {
  619. category
  620. updatedAt
  621. unit
  622. name
  623. createdAt
  624. status
  625. id
  626. intro
  627. price
  628. img
  629. stock
  630. }
  631. }
  632. query userSearchbyid($id: ID) {
  633. userSearchbyid: userSearch_by_id(id: $id) {
  634. id
  635. user_id {
  636. email
  637. updatedAt
  638. password
  639. telephone
  640. username
  641. createdAt
  642. openid
  643. id
  644. }
  645. keyword
  646. createdAt
  647. updatedAt
  648. }
  649. }
  650. query userDatabyprops($nickname: String, $avatar: String, $isVip: Boolean, $vipCode: String, $userPoint: Int, $createdAt: String, $updatedAt: String) {
  651. userDatabyprops: userData_by_props(nickname: $nickname avatar: $avatar isVip: $isVip vipCode: $vipCode userPoint: $userPoint createdAt: $createdAt updatedAt: $updatedAt) {
  652. id
  653. nickname
  654. avatar
  655. isVip
  656. vipCode
  657. userPoint
  658. createdAt
  659. updatedAt
  660. }
  661. }
  662. query userCartbyprops($user_id: ID, $product_id: ID, $specificationStock_id: ID, $count: Int, $createdAt: String, $updatedAt: String) {
  663. userCartbyprops: userCart_by_props(user_id: $user_id product_id: $product_id specificationStock_id: $specificationStock_id count: $count createdAt: $createdAt updatedAt: $updatedAt) {
  664. id
  665. user_id {
  666. email
  667. updatedAt
  668. password
  669. telephone
  670. username
  671. createdAt
  672. openid
  673. id
  674. }
  675. product_id {
  676. category
  677. updatedAt
  678. unit
  679. name
  680. createdAt
  681. status
  682. id
  683. intro
  684. price
  685. img
  686. stock
  687. }
  688. specificationStock_id {
  689. id
  690. color
  691. size
  692. stock
  693. status
  694. createdAt
  695. updatedAt
  696. }
  697. count
  698. createdAt
  699. updatedAt
  700. }
  701. }
  702. query userbyprops($openid: String, $username: String, $password: String, $telephone: String, $email: String, $userData_id: ID, $createdAt: String, $updatedAt: String) {
  703. userbyprops: user_by_props(openid: $openid username: $username password: $password telephone: $telephone email: $email userData_id: $userData_id createdAt: $createdAt updatedAt: $updatedAt) {
  704. email
  705. updatedAt
  706. password
  707. telephone
  708. username
  709. createdAt
  710. openid
  711. id
  712. userData_id {
  713. id
  714. nickname
  715. avatar
  716. isVip
  717. vipCode
  718. userPoint
  719. createdAt
  720. updatedAt
  721. }
  722. }
  723. }
  724. query orderbyprops($deliveryTime: String, $remark: String, $updatedAt: String, $orderLogistics_id: ID, $payTime: String, $orderTotalPay: Float, $createdAt: String, $orderStatus: String, $userAddress_id: ID, $orderShipFee: Float, $count: Int, $user_id: ID, $productTotalPay: Float, $orderPay_id: ID) {
  725. orderbyprops: order_by_props(deliveryTime: $deliveryTime remark: $remark updatedAt: $updatedAt orderLogistics_id: $orderLogistics_id payTime: $payTime orderTotalPay: $orderTotalPay createdAt: $createdAt orderStatus: $orderStatus userAddress_id: $userAddress_id orderShipFee: $orderShipFee count: $count user_id: $user_id productTotalPay: $productTotalPay orderPay_id: $orderPay_id) {
  726. deliveryTime
  727. remark
  728. updatedAt
  729. orderLogistics_id {
  730. updatedAt
  731. logisticsFee
  732. expressId
  733. createdAt
  734. consigneeTel
  735. id
  736. consignAddress
  737. LogisticsStatus
  738. consigneeName
  739. }
  740. payTime
  741. orderTotalPay
  742. createdAt
  743. orderStatus
  744. userAddress_id {
  745. address
  746. updatedAt
  747. telephone
  748. default
  749. city
  750. username
  751. postcode
  752. createdAt
  753. deletedAt
  754. id
  755. area
  756. province
  757. }
  758. id
  759. orderShipFee
  760. count
  761. user_id {
  762. email
  763. updatedAt
  764. password
  765. telephone
  766. username
  767. createdAt
  768. openid
  769. id
  770. }
  771. productTotalPay
  772. orderPay_id {
  773. id
  774. totalPay
  775. transactionId
  776. payTime
  777. }
  778. }
  779. }
  780. mutation createorderPay($id: ID!, $user_id: ID, $order_id: ID, $totalPay: Float, $transactionId: String, $payTime: String) {
  781. createorderPay: create_orderPay(id: $id user_id: $user_id order_id: $order_id totalPay: $totalPay transactionId: $transactionId payTime: $payTime) {
  782. id
  783. user_id {
  784. email
  785. updatedAt
  786. password
  787. telephone
  788. username
  789. createdAt
  790. openid
  791. id
  792. }
  793. order_id {
  794. deliveryTime
  795. remark
  796. updatedAt
  797. payTime
  798. orderTotalPay
  799. createdAt
  800. orderStatus
  801. id
  802. orderShipFee
  803. count
  804. productTotalPay
  805. }
  806. totalPay
  807. transactionId
  808. payTime
  809. }
  810. }
  811. mutation createuser($email: String, $updatedAt: String, $password: String, $telephone: String, $username: String, $createdAt: String, $openid: String, $id: ID!, $userData_id: ID) {
  812. createuser: create_user(email: $email updatedAt: $updatedAt password: $password telephone: $telephone username: $username createdAt: $createdAt openid: $openid id: $id userData_id: $userData_id) {
  813. email
  814. updatedAt
  815. password
  816. telephone
  817. username
  818. createdAt
  819. openid
  820. id
  821. userData_id {
  822. id
  823. nickname
  824. avatar
  825. isVip
  826. vipCode
  827. userPoint
  828. createdAt
  829. updatedAt
  830. }
  831. }
  832. }
  833. mutation updateproduct($category: String, $updatedAt: String, $unit: String, $name: String, $createdAt: String, $status: String, $id: ID, $intro: String, $price: Float, $img: String, $stock: Int) {
  834. updateproduct: update_product(category: $category updatedAt: $updatedAt unit: $unit name: $name createdAt: $createdAt status: $status id: $id intro: $intro price: $price img: $img stock: $stock) {
  835. category
  836. updatedAt
  837. unit
  838. name
  839. createdAt
  840. status
  841. id
  842. intro
  843. price
  844. img
  845. stock
  846. }
  847. }
  848. mutation updateuser($email: String, $updatedAt: String, $password: String, $telephone: String, $username: String, $createdAt: String, $openid: String, $id: ID, $userData_id: ID) {
  849. updateuser: update_user(email: $email updatedAt: $updatedAt password: $password telephone: $telephone username: $username createdAt: $createdAt openid: $openid id: $id userData_id: $userData_id) {
  850. email
  851. updatedAt
  852. password
  853. telephone
  854. username
  855. createdAt
  856. openid
  857. id
  858. userData_id {
  859. id
  860. nickname
  861. avatar
  862. isVip
  863. vipCode
  864. userPoint
  865. createdAt
  866. updatedAt
  867. }
  868. }
  869. }
  870. mutation updateuserData($id: ID, $nickname: String, $avatar: String, $isVip: Boolean, $vipCode: String, $userPoint: Int, $createdAt: String, $updatedAt: String) {
  871. updateuserData: update_userData(id: $id nickname: $nickname avatar: $avatar isVip: $isVip vipCode: $vipCode userPoint: $userPoint createdAt: $createdAt updatedAt: $updatedAt) {
  872. id
  873. nickname
  874. avatar
  875. isVip
  876. vipCode
  877. userPoint
  878. createdAt
  879. updatedAt
  880. }
  881. }
  882. mutation createuserCollect($id: ID!, $product_id: ID, $user_id: ID, $createdAt: String, $updatedAt: String) {
  883. createuserCollect: create_userCollect(id: $id product_id: $product_id user_id: $user_id createdAt: $createdAt updatedAt: $updatedAt) {
  884. id
  885. user_id {
  886. email
  887. updatedAt
  888. password
  889. telephone
  890. username
  891. createdAt
  892. openid
  893. id
  894. }
  895. product_id {
  896. category
  897. updatedAt
  898. unit
  899. name
  900. createdAt
  901. status
  902. id
  903. intro
  904. price
  905. img
  906. stock
  907. }
  908. createdAt
  909. updatedAt
  910. }
  911. }
  912. mutation createuserAddress($address: String, $updatedAt: String, $telephone: String, $default: Int, $city: String, $username: String, $postcode: String, $createdAt: String, $deletedAt: String, $id: ID!, $user_id: ID, $area: String, $province: String) {
  913. createuserAddress: create_userAddress(address: $address updatedAt: $updatedAt telephone: $telephone
  914. default: $default city: $city username: $username postcode: $postcode createdAt: $createdAt deletedAt: $deletedAt id: $id user_id: $user_id area: $area province: $province) {
  915. address
  916. updatedAt
  917. telephone
  918. default
  919. city
  920. username
  921. postcode
  922. createdAt
  923. deletedAt
  924. id
  925. user_id {
  926. email
  927. updatedAt
  928. password
  929. telephone
  930. username
  931. createdAt
  932. openid
  933. id
  934. }
  935. area
  936. province
  937. }
  938. }
  939. mutation deleteuserCart($id: ID, $user_id: ID, $product_id: ID, $specificationStock_id: ID, $count: Int, $createdAt: String, $updatedAt: String) {
  940. deleteuserCart: delete_userCart(id: $id user_id: $user_id product_id: $product_id specificationStock_id: $specificationStock_id count: $count createdAt: $createdAt updatedAt: $updatedAt)
  941. }
  942. mutation updateuserAddress($address: String, $updatedAt: String, $telephone: String, $default: Int, $city: String, $username: String, $postcode: String, $createdAt: String, $deletedAt: String, $id: ID, $user_id: ID, $area: String, $province: String) {
  943. updateuserAddress: update_userAddress(address: $address updatedAt: $updatedAt telephone: $telephone
  944. default: $default city: $city username: $username postcode: $postcode createdAt: $createdAt deletedAt: $deletedAt id: $id user_id: $user_id area: $area province: $province) {
  945. address
  946. updatedAt
  947. telephone
  948. default
  949. city
  950. username
  951. postcode
  952. createdAt
  953. deletedAt
  954. id
  955. user_id {
  956. email
  957. updatedAt
  958. password
  959. telephone
  960. username
  961. createdAt
  962. openid
  963. id
  964. }
  965. area
  966. province
  967. }
  968. }
  969. mutation updateadmin($id: ID, $openid: String, $username: String, $password: String, $telephone: String, $email: String, $createdAt: String, $updatedAt: String) {
  970. updateadmin: update_admin(id: $id openid: $openid username: $username password: $password telephone: $telephone email: $email createdAt: $createdAt updatedAt: $updatedAt) {
  971. id
  972. openid
  973. username
  974. password
  975. telephone
  976. email
  977. createdAt
  978. updatedAt
  979. }
  980. }
  981. mutation deletespecificationStock($id: ID, $product_id: ID, $color: String, $size: String, $stock: Int, $status: String, $createdAt: String, $updatedAt: String) {
  982. deletespecificationStock: delete_specificationStock(id: $id product_id: $product_id color: $color size: $size stock: $stock status: $status createdAt: $createdAt updatedAt: $updatedAt)
  983. }
  984. mutation createuserSearch($id: ID!, $keyword: Int, $user_id: ID, $createdAt: String, $updatedAt: String) {
  985. createuserSearch: create_userSearch(id: $id keyword: $keyword user_id: $user_id createdAt: $createdAt updatedAt: $updatedAt) {
  986. id
  987. user_id {
  988. email
  989. updatedAt
  990. password
  991. telephone
  992. username
  993. createdAt
  994. openid
  995. id
  996. }
  997. keyword
  998. createdAt
  999. updatedAt
  1000. }
  1001. }
  1002. mutation createproduct($category: String, $updatedAt: String, $unit: String, $name: String, $createdAt: String, $status: String, $id: ID!, $intro: String, $price: Float, $img: String, $stock: Int) {
  1003. createproduct: create_product(category: $category updatedAt: $updatedAt unit: $unit name: $name createdAt: $createdAt status: $status id: $id intro: $intro price: $price img: $img stock: $stock) {
  1004. category
  1005. updatedAt
  1006. unit
  1007. name
  1008. createdAt
  1009. status
  1010. id
  1011. intro
  1012. price
  1013. img
  1014. stock
  1015. }
  1016. }
  1017. mutation deleteuserData($id: ID, $nickname: String, $avatar: String, $isVip: Boolean, $vipCode: String, $userPoint: Int, $createdAt: String, $updatedAt: String) {
  1018. deleteuserData: delete_userData(id: $id nickname: $nickname avatar: $avatar isVip: $isVip vipCode: $vipCode userPoint: $userPoint createdAt: $createdAt updatedAt: $updatedAt)
  1019. }
  1020. mutation createspecificationStock($id: ID!, $product_id: ID, $color: String, $size: String, $stock: Int, $status: String, $createdAt: String, $updatedAt: String) {
  1021. createspecificationStock: create_specificationStock(id: $id product_id: $product_id color: $color size: $size stock: $stock status: $status createdAt: $createdAt updatedAt: $updatedAt) {
  1022. id
  1023. product_id {
  1024. category
  1025. updatedAt
  1026. unit
  1027. name
  1028. createdAt
  1029. status
  1030. id
  1031. intro
  1032. price
  1033. img
  1034. stock
  1035. }
  1036. color
  1037. size
  1038. stock
  1039. status
  1040. createdAt
  1041. updatedAt
  1042. }
  1043. }
  1044. mutation deleteorderProduct($updatedAt: String, $productColor: String, $unit: String, $product_id: ID, $productSize: String, $orderPay: Float, $createdAt: String, $productImg: String, $productName: String, $specificationStock_id: ID, $order_id: ID, $productPrice: Float, $id: ID, $count: Int, $productPay: Float, $user_id: ID, $orderPay_id: ID) {
  1045. deleteorderProduct: delete_orderProduct(updatedAt: $updatedAt productColor: $productColor unit: $unit product_id: $product_id productSize: $productSize orderPay: $orderPay createdAt: $createdAt productImg: $productImg productName: $productName specificationStock_id: $specificationStock_id order_id: $order_id productPrice: $productPrice id: $id count: $count productPay: $productPay user_id: $user_id orderPay_id: $orderPay_id)
  1046. }
  1047. mutation deleteuserCollect($id: ID, $user_id: ID, $createdAt: String, $updatedAt: String) {
  1048. deleteuserCollect: delete_userCollect(id: $id user_id: $user_id createdAt: $createdAt updatedAt: $updatedAt)
  1049. }
  1050. mutation updateuserCollect($id: ID, $product_id: ID, $user_id: ID, $createdAt: String, $updatedAt: String) {
  1051. updateuserCollect: update_userCollect(id: $id product_id: $product_id user_id: $user_id createdAt: $createdAt updatedAt: $updatedAt) {
  1052. id
  1053. user_id {
  1054. email
  1055. updatedAt
  1056. password
  1057. telephone
  1058. username
  1059. createdAt
  1060. openid
  1061. id
  1062. }
  1063. product_id {
  1064. category
  1065. updatedAt
  1066. unit
  1067. name
  1068. createdAt
  1069. status
  1070. id
  1071. intro
  1072. price
  1073. img
  1074. stock
  1075. }
  1076. createdAt
  1077. updatedAt
  1078. }
  1079. }
  1080. mutation deleteorder($deliveryTime: String, $remark: String, $updatedAt: String, $orderLogistics_id: ID, $payTime: String, $orderTotalPay: Float, $createdAt: String, $orderStatus: String, $userAddress_id: ID, $id: ID, $orderShipFee: Float, $count: Int, $user_id: ID, $productTotalPay: Float, $orderPay_id: ID) {
  1081. deleteorder: delete_order(deliveryTime: $deliveryTime remark: $remark updatedAt: $updatedAt orderLogistics_id: $orderLogistics_id payTime: $payTime orderTotalPay: $orderTotalPay createdAt: $createdAt orderStatus: $orderStatus userAddress_id: $userAddress_id id: $id orderShipFee: $orderShipFee count: $count user_id: $user_id productTotalPay: $productTotalPay orderPay_id: $orderPay_id)
  1082. }
  1083. mutation deleteadmin($id: ID, $openid: String, $username: String, $password: String, $telephone: String, $email: String, $createdAt: String, $updatedAt: String) {
  1084. deleteadmin: delete_admin(id: $id openid: $openid username: $username password: $password telephone: $telephone email: $email createdAt: $createdAt updatedAt: $updatedAt)
  1085. }
  1086. mutation updatespecificationStock($id: ID, $product_id: ID, $color: String, $size: String, $stock: Int, $status: String, $createdAt: String, $updatedAt: String) {
  1087. updatespecificationStock: update_specificationStock(id: $id product_id: $product_id color: $color size: $size stock: $stock status: $status createdAt: $createdAt updatedAt: $updatedAt) {
  1088. id
  1089. product_id {
  1090. category
  1091. updatedAt
  1092. unit
  1093. name
  1094. createdAt
  1095. status
  1096. id
  1097. intro
  1098. price
  1099. img
  1100. stock
  1101. }
  1102. color
  1103. size
  1104. stock
  1105. status
  1106. createdAt
  1107. updatedAt
  1108. }
  1109. }
  1110. mutation deleteuserAddress($address: String, $updatedAt: String, $telephone: String, $default: Int, $city: String, $username: String, $postcode: String, $createdAt: String, $deletedAt: String, $id: ID, $user_id: ID, $area: String, $province: String) {
  1111. deleteuserAddress: delete_userAddress(address: $address updatedAt: $updatedAt telephone: $telephone
  1112. default: $default city: $city username: $username postcode: $postcode createdAt: $createdAt deletedAt: $deletedAt id: $id user_id: $user_id area: $area province: $province)
  1113. }
  1114. mutation updateuserCart($id: ID, $user_id: ID, $product_id: ID, $specificationStock_id: ID, $count: Int, $createdAt: String, $updatedAt: String) {
  1115. updateuserCart: update_userCart(id: $id user_id: $user_id product_id: $product_id specificationStock_id: $specificationStock_id count: $count createdAt: $createdAt updatedAt: $updatedAt) {
  1116. id
  1117. user_id {
  1118. email
  1119. updatedAt
  1120. password
  1121. telephone
  1122. username
  1123. createdAt
  1124. openid
  1125. id
  1126. }
  1127. product_id {
  1128. category
  1129. updatedAt
  1130. unit
  1131. name
  1132. createdAt
  1133. status
  1134. id
  1135. intro
  1136. price
  1137. img
  1138. stock
  1139. }
  1140. specificationStock_id {
  1141. id
  1142. color
  1143. size
  1144. stock
  1145. status
  1146. createdAt
  1147. updatedAt
  1148. }
  1149. count
  1150. createdAt
  1151. updatedAt
  1152. }
  1153. }
  1154. mutation deleteuser($email: String, $updatedAt: String, $password: String, $telephone: String, $username: String, $createdAt: String, $openid: String, $id: ID, $userData_id: ID) {
  1155. deleteuser: delete_user(email: $email updatedAt: $updatedAt password: $password telephone: $telephone username: $username createdAt: $createdAt openid: $openid id: $id userData_id: $userData_id)
  1156. }
  1157. mutation createuserCart($id: ID!, $user_id: ID, $product_id: ID, $specificationStock_id: ID, $count: Int, $createdAt: String, $updatedAt: String) {
  1158. createuserCart: create_userCart(id: $id user_id: $user_id product_id: $product_id specificationStock_id: $specificationStock_id count: $count createdAt: $createdAt updatedAt: $updatedAt) {
  1159. id
  1160. user_id {
  1161. email
  1162. updatedAt
  1163. password
  1164. telephone
  1165. username
  1166. createdAt
  1167. openid
  1168. id
  1169. }
  1170. product_id {
  1171. category
  1172. updatedAt
  1173. unit
  1174. name
  1175. createdAt
  1176. status
  1177. id
  1178. intro
  1179. price
  1180. img
  1181. stock
  1182. }
  1183. specificationStock_id {
  1184. id
  1185. color
  1186. size
  1187. stock
  1188. status
  1189. createdAt
  1190. updatedAt
  1191. }
  1192. count
  1193. createdAt
  1194. updatedAt
  1195. }
  1196. }
  1197. mutation createuserData($id: ID!, $nickname: String, $avatar: String, $isVip: Boolean, $vipCode: String, $userPoint: Int, $createdAt: String, $updatedAt: String) {
  1198. createuserData: create_userData(id: $id nickname: $nickname avatar: $avatar isVip: $isVip vipCode: $vipCode userPoint: $userPoint createdAt: $createdAt updatedAt: $updatedAt) {
  1199. id
  1200. nickname
  1201. avatar
  1202. isVip
  1203. vipCode
  1204. userPoint
  1205. createdAt
  1206. updatedAt
  1207. }
  1208. }
  1209. mutation createorder($deliveryTime: String, $remark: String, $updatedAt: String, $orderLogistics_id: ID, $payTime: String, $orderTotalPay: Float, $createdAt: String, $orderStatus: String, $userAddress_id: ID, $id: ID!, $orderShipFee: Float, $count: Int, $user_id: ID, $productTotalPay: Float, $orderPay_id: ID) {
  1210. createorder: create_order(deliveryTime: $deliveryTime remark: $remark updatedAt: $updatedAt orderLogistics_id: $orderLogistics_id payTime: $payTime orderTotalPay: $orderTotalPay createdAt: $createdAt orderStatus: $orderStatus userAddress_id: $userAddress_id id: $id orderShipFee: $orderShipFee count: $count user_id: $user_id productTotalPay: $productTotalPay orderPay_id: $orderPay_id) {
  1211. deliveryTime
  1212. remark
  1213. updatedAt
  1214. orderLogistics_id {
  1215. updatedAt
  1216. logisticsFee
  1217. expressId
  1218. createdAt
  1219. consigneeTel
  1220. id
  1221. consignAddress
  1222. LogisticsStatus
  1223. consigneeName
  1224. }
  1225. payTime
  1226. orderTotalPay
  1227. createdAt
  1228. orderStatus
  1229. userAddress_id {
  1230. address
  1231. updatedAt
  1232. telephone
  1233. default
  1234. city
  1235. username
  1236. postcode
  1237. createdAt
  1238. deletedAt
  1239. id
  1240. area
  1241. province
  1242. }
  1243. id
  1244. orderShipFee
  1245. count
  1246. user_id {
  1247. email
  1248. updatedAt
  1249. password
  1250. telephone
  1251. username
  1252. createdAt
  1253. openid
  1254. id
  1255. }
  1256. productTotalPay
  1257. orderPay_id {
  1258. id
  1259. totalPay
  1260. transactionId
  1261. payTime
  1262. }
  1263. }
  1264. }
  1265. mutation deleteuserSearch($id: ID, $user_id: ID, $createdAt: String, $updatedAt: String) {
  1266. deleteuserSearch: delete_userSearch(id: $id user_id: $user_id createdAt: $createdAt updatedAt: $updatedAt)
  1267. }
  1268. mutation deleteorderPay($id: ID, $user_id: ID, $order_id: ID, $totalPay: Float, $transactionId: String, $payTime: String) {
  1269. deleteorderPay: delete_orderPay(id: $id user_id: $user_id order_id: $order_id totalPay: $totalPay transactionId: $transactionId payTime: $payTime)
  1270. }
  1271. mutation updateorderPay($id: ID, $user_id: ID, $order_id: ID, $totalPay: Float, $transactionId: String, $payTime: String) {
  1272. updateorderPay: update_orderPay(id: $id user_id: $user_id order_id: $order_id totalPay: $totalPay transactionId: $transactionId payTime: $payTime) {
  1273. id
  1274. user_id {
  1275. email
  1276. updatedAt
  1277. password
  1278. telephone
  1279. username
  1280. createdAt
  1281. openid
  1282. id
  1283. }
  1284. order_id {
  1285. deliveryTime
  1286. remark
  1287. updatedAt
  1288. payTime
  1289. orderTotalPay
  1290. createdAt
  1291. orderStatus
  1292. id
  1293. orderShipFee
  1294. count
  1295. productTotalPay
  1296. }
  1297. totalPay
  1298. transactionId
  1299. payTime
  1300. }
  1301. }
  1302. mutation deleteorderLogistics($updatedAt: String, $logisticsFee: Float, $expressId: String, $createdAt: String, $order_id: ID, $consigneeTel: String, $id: ID, $consignAddress: String, $LogisticsStatus: String, $user_id: ID, $consigneeName: String) {
  1303. deleteorderLogistics: delete_orderLogistics(updatedAt: $updatedAt logisticsFee: $logisticsFee expressId: $expressId createdAt: $createdAt order_id: $order_id consigneeTel: $consigneeTel id: $id consignAddress: $consignAddress LogisticsStatus: $LogisticsStatus user_id: $user_id consigneeName: $consigneeName)
  1304. }
  1305. mutation updateuserSearch($id: ID, $keyword: Int, $user_id: ID, $createdAt: String, $updatedAt: String) {
  1306. updateuserSearch: update_userSearch(id: $id keyword: $keyword user_id: $user_id createdAt: $createdAt updatedAt: $updatedAt) {
  1307. id
  1308. user_id {
  1309. email
  1310. updatedAt
  1311. password
  1312. telephone
  1313. username
  1314. createdAt
  1315. openid
  1316. id
  1317. }
  1318. keyword
  1319. createdAt
  1320. updatedAt
  1321. }
  1322. }
  1323. mutation updateorder($deliveryTime: String, $remark: String, $updatedAt: String, $orderLogistics_id: ID, $payTime: String, $orderTotalPay: Float, $createdAt: String, $orderStatus: String, $userAddress_id: ID, $id: ID, $orderShipFee: Float, $count: Int, $user_id: ID, $productTotalPay: Float, $orderPay_id: ID) {
  1324. updateorder: update_order(deliveryTime: $deliveryTime remark: $remark updatedAt: $updatedAt orderLogistics_id: $orderLogistics_id payTime: $payTime orderTotalPay: $orderTotalPay createdAt: $createdAt orderStatus: $orderStatus userAddress_id: $userAddress_id id: $id orderShipFee: $orderShipFee count: $count user_id: $user_id productTotalPay: $productTotalPay orderPay_id: $orderPay_id) {
  1325. deliveryTime
  1326. remark
  1327. updatedAt
  1328. orderLogistics_id {
  1329. updatedAt
  1330. logisticsFee
  1331. expressId
  1332. createdAt
  1333. consigneeTel
  1334. id
  1335. consignAddress
  1336. LogisticsStatus
  1337. consigneeName
  1338. }
  1339. payTime
  1340. orderTotalPay
  1341. createdAt
  1342. orderStatus
  1343. userAddress_id {
  1344. address
  1345. updatedAt
  1346. telephone
  1347. default
  1348. city
  1349. username
  1350. postcode
  1351. createdAt
  1352. deletedAt
  1353. id
  1354. area
  1355. province
  1356. }
  1357. id
  1358. orderShipFee
  1359. count
  1360. user_id {
  1361. email
  1362. updatedAt
  1363. password
  1364. telephone
  1365. username
  1366. createdAt
  1367. openid
  1368. id
  1369. }
  1370. productTotalPay
  1371. orderPay_id {
  1372. id
  1373. totalPay
  1374. transactionId
  1375. payTime
  1376. }
  1377. }
  1378. }
  1379. mutation createorderLogistics($updatedAt: String, $logisticsFee: Float, $expressId: String, $createdAt: String, $order_id: ID, $consigneeTel: String, $id: ID!, $consignAddress: String, $LogisticsStatus: String, $user_id: ID, $consigneeName: String) {
  1380. createorderLogistics: create_orderLogistics(updatedAt: $updatedAt logisticsFee: $logisticsFee expressId: $expressId createdAt: $createdAt order_id: $order_id consigneeTel: $consigneeTel id: $id consignAddress: $consignAddress LogisticsStatus: $LogisticsStatus user_id: $user_id consigneeName: $consigneeName) {
  1381. updatedAt
  1382. logisticsFee
  1383. expressId
  1384. createdAt
  1385. order_id {
  1386. deliveryTime
  1387. remark
  1388. updatedAt
  1389. payTime
  1390. orderTotalPay
  1391. createdAt
  1392. orderStatus
  1393. id
  1394. orderShipFee
  1395. count
  1396. productTotalPay
  1397. }
  1398. consigneeTel
  1399. id
  1400. consignAddress
  1401. LogisticsStatus
  1402. user_id {
  1403. email
  1404. updatedAt
  1405. password
  1406. telephone
  1407. username
  1408. createdAt
  1409. openid
  1410. id
  1411. }
  1412. consigneeName
  1413. }
  1414. }
  1415. mutation updateorderLogistics($updatedAt: String, $logisticsFee: Float, $expressId: String, $createdAt: String, $order_id: ID, $consigneeTel: String, $id: ID, $consignAddress: String, $LogisticsStatus: String, $user_id: ID, $consigneeName: String) {
  1416. updateorderLogistics: update_orderLogistics(updatedAt: $updatedAt logisticsFee: $logisticsFee expressId: $expressId createdAt: $createdAt order_id: $order_id consigneeTel: $consigneeTel id: $id consignAddress: $consignAddress LogisticsStatus: $LogisticsStatus user_id: $user_id consigneeName: $consigneeName) {
  1417. updatedAt
  1418. logisticsFee
  1419. expressId
  1420. createdAt
  1421. order_id {
  1422. deliveryTime
  1423. remark
  1424. updatedAt
  1425. payTime
  1426. orderTotalPay
  1427. createdAt
  1428. orderStatus
  1429. id
  1430. orderShipFee
  1431. count
  1432. productTotalPay
  1433. }
  1434. consigneeTel
  1435. id
  1436. consignAddress
  1437. LogisticsStatus
  1438. user_id {
  1439. email
  1440. updatedAt
  1441. password
  1442. telephone
  1443. username
  1444. createdAt
  1445. openid
  1446. id
  1447. }
  1448. consigneeName
  1449. }
  1450. }
  1451. mutation createorderProduct($updatedAt: String, $productColor: String, $unit: String, $product_id: ID, $productSize: String, $orderPay: Float, $createdAt: String, $productImg: String, $productName: String, $specificationStock_id: ID, $order_id: ID, $productPrice: Float, $id: ID!, $count: Int, $productPay: Float, $user_id: ID, $orderPay_id: ID) {
  1452. createorderProduct: create_orderProduct(updatedAt: $updatedAt productColor: $productColor unit: $unit product_id: $product_id productSize: $productSize orderPay: $orderPay createdAt: $createdAt productImg: $productImg productName: $productName specificationStock_id: $specificationStock_id order_id: $order_id productPrice: $productPrice id: $id count: $count productPay: $productPay user_id: $user_id orderPay_id: $orderPay_id) {
  1453. updatedAt
  1454. productColor
  1455. unit
  1456. product_id {
  1457. category
  1458. updatedAt
  1459. unit
  1460. name
  1461. createdAt
  1462. status
  1463. id
  1464. intro
  1465. price
  1466. img
  1467. stock
  1468. }
  1469. productSize
  1470. orderPay
  1471. createdAt
  1472. productImg
  1473. productName
  1474. specificationStock_id {
  1475. id
  1476. color
  1477. size
  1478. stock
  1479. status
  1480. createdAt
  1481. updatedAt
  1482. }
  1483. order_id {
  1484. deliveryTime
  1485. remark
  1486. updatedAt
  1487. payTime
  1488. orderTotalPay
  1489. createdAt
  1490. orderStatus
  1491. id
  1492. orderShipFee
  1493. count
  1494. productTotalPay
  1495. }
  1496. productPrice
  1497. id
  1498. count
  1499. productPay
  1500. user_id {
  1501. email
  1502. updatedAt
  1503. password
  1504. telephone
  1505. username
  1506. createdAt
  1507. openid
  1508. id
  1509. }
  1510. orderPay_id {
  1511. id
  1512. totalPay
  1513. transactionId
  1514. payTime
  1515. }
  1516. }
  1517. }
  1518. mutation deleteproduct($category: String, $updatedAt: String, $unit: String, $name: String, $createdAt: String, $status: String, $id: ID, $intro: String, $price: Float, $img: String, $stock: Int) {
  1519. deleteproduct: delete_product(category: $category updatedAt: $updatedAt unit: $unit name: $name createdAt: $createdAt status: $status id: $id intro: $intro price: $price img: $img stock: $stock)
  1520. }
  1521. mutation updateorderProduct($updatedAt: String, $productColor: String, $unit: String, $product_id: ID, $productSize: String, $orderPay: Float, $createdAt: String, $productImg: String, $productName: String, $specificationStock_id: ID, $order_id: ID, $productPrice: Float, $id: ID, $count: Int, $productPay: Float, $user_id: ID, $orderPay_id: ID) {
  1522. updateorderProduct: update_orderProduct(updatedAt: $updatedAt productColor: $productColor unit: $unit product_id: $product_id productSize: $productSize orderPay: $orderPay createdAt: $createdAt productImg: $productImg productName: $productName specificationStock_id: $specificationStock_id order_id: $order_id productPrice: $productPrice id: $id count: $count productPay: $productPay user_id: $user_id orderPay_id: $orderPay_id) {
  1523. updatedAt
  1524. productColor
  1525. unit
  1526. product_id {
  1527. category
  1528. updatedAt
  1529. unit
  1530. name
  1531. createdAt
  1532. status
  1533. id
  1534. intro
  1535. price
  1536. img
  1537. stock
  1538. }
  1539. productSize
  1540. orderPay
  1541. createdAt
  1542. productImg
  1543. productName
  1544. specificationStock_id {
  1545. id
  1546. color
  1547. size
  1548. stock
  1549. status
  1550. createdAt
  1551. updatedAt
  1552. }
  1553. order_id {
  1554. deliveryTime
  1555. remark
  1556. updatedAt
  1557. payTime
  1558. orderTotalPay
  1559. createdAt
  1560. orderStatus
  1561. id
  1562. orderShipFee
  1563. count
  1564. productTotalPay
  1565. }
  1566. productPrice
  1567. id
  1568. count
  1569. productPay
  1570. user_id {
  1571. email
  1572. updatedAt
  1573. password
  1574. telephone
  1575. username
  1576. createdAt
  1577. openid
  1578. id
  1579. }
  1580. orderPay_id {
  1581. id
  1582. totalPay
  1583. transactionId
  1584. payTime
  1585. }
  1586. }
  1587. }
  1588. mutation createadmin($id: ID!, $openid: String, $username: String, $password: String, $telephone: String, $email: String, $createdAt: String, $updatedAt: String) {
  1589. createadmin: create_admin(id: $id openid: $openid username: $username password: $password telephone: $telephone email: $email createdAt: $createdAt updatedAt: $updatedAt) {
  1590. id
  1591. openid
  1592. username
  1593. password
  1594. telephone
  1595. email
  1596. createdAt
  1597. updatedAt
  1598. }
  1599. }