ec_enhance.txt 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396
  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 userSearchsearch($updatedAt: String, $limit: Int, $order_by: OrderBy, $createdAt: String, $filter: Filter, $breakout: Field, $user_id: ID, $aggregate: Aggregation, $skip: Int) {
  24. userSearchsearch: userSearch_search(updatedAt: $updatedAt limit: $limit order_by: $order_by createdAt: $createdAt filter: $filter breakout: $breakout user_id: $user_id aggregate: $aggregate skip: $skip)
  25. }
  26. query adminbyid($id: ID) {
  27. adminbyid: admin_by_id(id: $id) {
  28. id
  29. openid
  30. username
  31. password
  32. telephone
  33. email
  34. createdAt
  35. updatedAt
  36. }
  37. }
  38. query specificationStockbyid($id: ID) {
  39. specificationStockbyid: specificationStock_by_id(id: $id) {
  40. id
  41. product_id {
  42. category
  43. updatedAt
  44. unit
  45. name
  46. createdAt
  47. status
  48. id
  49. intro
  50. price
  51. img
  52. stock
  53. }
  54. color
  55. size
  56. stock
  57. status
  58. createdAt
  59. updatedAt
  60. }
  61. }
  62. query orderPaybyprops($where: orderPay_filter, $sort_by: orderPay_sort_by, $limit: Int, $payTime: String, $order_by: OrderBy, $transactionId: String, $totalPay: Float, $filter: Filter, $order_id: ID, $user_id: ID, $skip: Int) {
  63. orderPaybyprops: orderPay_by_props(where: $where sort_by: $sort_by limit: $limit payTime: $payTime order_by: $order_by transactionId: $transactionId totalPay: $totalPay filter: $filter order_id: $order_id user_id: $user_id skip: $skip) {
  64. id
  65. user_id {
  66. email
  67. updatedAt
  68. password
  69. telephone
  70. username
  71. createdAt
  72. openid
  73. id
  74. }
  75. order_id {
  76. deliveryTime
  77. remark
  78. updatedAt
  79. payTime
  80. orderTotalPay
  81. createdAt
  82. orderStatus
  83. id
  84. orderShipFee
  85. count
  86. productTotalPay
  87. }
  88. totalPay
  89. transactionId
  90. payTime
  91. }
  92. }
  93. query userCartbyid($id: ID) {
  94. userCartbyid: userCart_by_id(id: $id) {
  95. id
  96. user_id {
  97. email
  98. updatedAt
  99. password
  100. telephone
  101. username
  102. createdAt
  103. openid
  104. id
  105. }
  106. product_id {
  107. category
  108. updatedAt
  109. unit
  110. name
  111. createdAt
  112. status
  113. id
  114. intro
  115. price
  116. img
  117. stock
  118. }
  119. specificationStock_id {
  120. id
  121. color
  122. size
  123. stock
  124. status
  125. createdAt
  126. updatedAt
  127. }
  128. count
  129. createdAt
  130. updatedAt
  131. }
  132. }
  133. query userDatabyid($id: ID) {
  134. userDatabyid: userData_by_id(id: $id) {
  135. id
  136. nickname
  137. avatar
  138. isVip
  139. vipCode
  140. userPoint
  141. createdAt
  142. updatedAt
  143. }
  144. }
  145. query adminbyprops($email: String, $updatedAt: String, $where: admin_filter, $sort_by: admin_sort_by, $limit: Int, $password: String, $order_by: OrderBy, $telephone: String, $username: String, $createdAt: String, $filter: Filter, $openid: String, $skip: Int) {
  146. adminbyprops: admin_by_props(email: $email updatedAt: $updatedAt where: $where sort_by: $sort_by limit: $limit password: $password order_by: $order_by telephone: $telephone username: $username createdAt: $createdAt filter: $filter openid: $openid skip: $skip) {
  147. id
  148. openid
  149. username
  150. password
  151. telephone
  152. email
  153. createdAt
  154. updatedAt
  155. }
  156. }
  157. query userSearchbyprops($updatedAt: String, $where: userSearch_filter, $sort_by: userSearch_sort_by, $limit: Int, $order_by: OrderBy, $createdAt: String, $filter: Filter, $user_id: ID, $skip: Int) {
  158. userSearchbyprops: userSearch_by_props(updatedAt: $updatedAt where: $where sort_by: $sort_by limit: $limit order_by: $order_by createdAt: $createdAt filter: $filter user_id: $user_id skip: $skip) {
  159. id
  160. user_id {
  161. email
  162. updatedAt
  163. password
  164. telephone
  165. username
  166. createdAt
  167. openid
  168. id
  169. }
  170. keyword
  171. createdAt
  172. updatedAt
  173. }
  174. }
  175. query userCollectbyprops($updatedAt: String, $where: userCollect_filter, $sort_by: userCollect_sort_by, $limit: Int, $order_by: OrderBy, $createdAt: String, $filter: Filter, $user_id: ID, $skip: Int) {
  176. userCollectbyprops: userCollect_by_props(updatedAt: $updatedAt where: $where sort_by: $sort_by limit: $limit order_by: $order_by createdAt: $createdAt filter: $filter user_id: $user_id skip: $skip) {
  177. id
  178. user_id {
  179. email
  180. updatedAt
  181. password
  182. telephone
  183. username
  184. createdAt
  185. openid
  186. id
  187. }
  188. product_id {
  189. category
  190. updatedAt
  191. unit
  192. name
  193. createdAt
  194. status
  195. id
  196. intro
  197. price
  198. img
  199. stock
  200. }
  201. createdAt
  202. updatedAt
  203. }
  204. }
  205. query productbyprops($category: String, $updatedAt: String, $where: product_filter, $sort_by: product_sort_by, $limit: Int, $unit: String, $order_by: OrderBy, $name: String, $createdAt: String, $filter: Filter, $status: String, $intro: String, $price: Float, $img: String, $stock: Int, $skip: Int) {
  206. productbyprops: product_by_props(category: $category updatedAt: $updatedAt where: $where sort_by: $sort_by limit: $limit unit: $unit order_by: $order_by name: $name createdAt: $createdAt filter: $filter status: $status intro: $intro price: $price img: $img stock: $stock skip: $skip) {
  207. category
  208. updatedAt
  209. unit
  210. name
  211. createdAt
  212. status
  213. id
  214. intro
  215. price
  216. img
  217. stock
  218. }
  219. }
  220. query orderLogisticsbyid($id: ID) {
  221. orderLogisticsbyid: orderLogistics_by_id(id: $id) {
  222. updatedAt
  223. logisticsFee
  224. expressId
  225. createdAt
  226. order_id {
  227. deliveryTime
  228. remark
  229. updatedAt
  230. payTime
  231. orderTotalPay
  232. createdAt
  233. orderStatus
  234. id
  235. orderShipFee
  236. count
  237. productTotalPay
  238. }
  239. consigneeTel
  240. id
  241. consignAddress
  242. LogisticsStatus
  243. user_id {
  244. email
  245. updatedAt
  246. password
  247. telephone
  248. username
  249. createdAt
  250. openid
  251. id
  252. }
  253. consigneeName
  254. }
  255. }
  256. query orderProductsearch($updatedAt: String, $limit: Int, $productColor: String, $unit: String, $product_id: ID, $productSize: String, $order_by: OrderBy, $orderPay: Float, $createdAt: String, $productImg: String, $productName: String, $specificationStock_id: ID, $filter: Filter, $order_id: ID, $productPrice: Float, $count: Int, $productPay: Float, $breakout: Field, $user_id: ID, $aggregate: Aggregation, $orderPay_id: ID, $skip: Int) {
  257. orderProductsearch: orderProduct_search(updatedAt: $updatedAt limit: $limit productColor: $productColor unit: $unit product_id: $product_id productSize: $productSize order_by: $order_by orderPay: $orderPay createdAt: $createdAt productImg: $productImg productName: $productName specificationStock_id: $specificationStock_id filter: $filter order_id: $order_id productPrice: $productPrice count: $count productPay: $productPay breakout: $breakout user_id: $user_id aggregate: $aggregate orderPay_id: $orderPay_id skip: $skip)
  258. }
  259. query specificationStockbyprops($updatedAt: String, $where: specificationStock_filter, $color: String, $sort_by: specificationStock_sort_by, $limit: Int, $product_id: ID, $order_by: OrderBy, $createdAt: String, $size: String, $filter: Filter, $status: String, $stock: Int, $skip: Int) {
  260. specificationStockbyprops: specificationStock_by_props(updatedAt: $updatedAt where: $where color: $color sort_by: $sort_by limit: $limit product_id: $product_id order_by: $order_by createdAt: $createdAt size: $size filter: $filter status: $status stock: $stock skip: $skip) {
  261. id
  262. product_id {
  263. category
  264. updatedAt
  265. unit
  266. name
  267. createdAt
  268. status
  269. id
  270. intro
  271. price
  272. img
  273. stock
  274. }
  275. color
  276. size
  277. stock
  278. status
  279. createdAt
  280. updatedAt
  281. }
  282. }
  283. query orderProductbyid($id: ID) {
  284. orderProductbyid: orderProduct_by_id(id: $id) {
  285. updatedAt
  286. productColor
  287. unit
  288. product_id {
  289. category
  290. updatedAt
  291. unit
  292. name
  293. createdAt
  294. status
  295. id
  296. intro
  297. price
  298. img
  299. stock
  300. }
  301. productSize
  302. orderPay
  303. createdAt
  304. productImg
  305. productName
  306. specificationStock_id {
  307. id
  308. color
  309. size
  310. stock
  311. status
  312. createdAt
  313. updatedAt
  314. }
  315. order_id {
  316. deliveryTime
  317. remark
  318. updatedAt
  319. payTime
  320. orderTotalPay
  321. createdAt
  322. orderStatus
  323. id
  324. orderShipFee
  325. count
  326. productTotalPay
  327. }
  328. productPrice
  329. id
  330. count
  331. productPay
  332. user_id {
  333. email
  334. updatedAt
  335. password
  336. telephone
  337. username
  338. createdAt
  339. openid
  340. id
  341. }
  342. orderPay_id {
  343. id
  344. totalPay
  345. transactionId
  346. payTime
  347. }
  348. }
  349. }
  350. query userCollectbyid($id: ID) {
  351. userCollectbyid: userCollect_by_id(id: $id) {
  352. id
  353. user_id {
  354. email
  355. updatedAt
  356. password
  357. telephone
  358. username
  359. createdAt
  360. openid
  361. id
  362. }
  363. product_id {
  364. category
  365. updatedAt
  366. unit
  367. name
  368. createdAt
  369. status
  370. id
  371. intro
  372. price
  373. img
  374. stock
  375. }
  376. createdAt
  377. updatedAt
  378. }
  379. }
  380. query userAddressbyprops($address: String, $updatedAt: String, $where: userAddress_filter, $sort_by: userAddress_sort_by, $limit: Int, $order_by: OrderBy, $telephone: String, $default: Int, $city: String, $username: String, $postcode: String, $createdAt: String, $deletedAt: String, $filter: Filter, $user_id: ID, $area: String, $province: String, $skip: Int) {
  381. userAddressbyprops: userAddress_by_props(address: $address updatedAt: $updatedAt where: $where sort_by: $sort_by limit: $limit order_by: $order_by telephone: $telephone
  382. default: $default city: $city username: $username postcode: $postcode createdAt: $createdAt deletedAt: $deletedAt filter: $filter user_id: $user_id area: $area province: $province skip: $skip) {
  383. address
  384. updatedAt
  385. telephone
  386. default
  387. city
  388. username
  389. postcode
  390. createdAt
  391. deletedAt
  392. id
  393. user_id {
  394. email
  395. updatedAt
  396. password
  397. telephone
  398. username
  399. createdAt
  400. openid
  401. id
  402. }
  403. area
  404. province
  405. }
  406. }
  407. query orderPaybyid($id: ID) {
  408. orderPaybyid: orderPay_by_id(id: $id) {
  409. id
  410. user_id {
  411. email
  412. updatedAt
  413. password
  414. telephone
  415. username
  416. createdAt
  417. openid
  418. id
  419. }
  420. order_id {
  421. deliveryTime
  422. remark
  423. updatedAt
  424. payTime
  425. orderTotalPay
  426. createdAt
  427. orderStatus
  428. id
  429. orderShipFee
  430. count
  431. productTotalPay
  432. }
  433. totalPay
  434. transactionId
  435. payTime
  436. }
  437. }
  438. query userAddressbyid($id: ID) {
  439. userAddressbyid: userAddress_by_id(id: $id) {
  440. address
  441. updatedAt
  442. telephone
  443. default
  444. city
  445. username
  446. postcode
  447. createdAt
  448. deletedAt
  449. id
  450. user_id {
  451. email
  452. updatedAt
  453. password
  454. telephone
  455. username
  456. createdAt
  457. openid
  458. id
  459. }
  460. area
  461. province
  462. }
  463. }
  464. query orderLogisticsbyprops($updatedAt: String, $where: orderLogistics_filter, $logisticsFee: Float, $sort_by: orderLogistics_sort_by, $limit: Int, $expressId: String, $order_by: OrderBy, $createdAt: String, $filter: Filter, $order_id: ID, $consigneeTel: String, $consignAddress: String, $LogisticsStatus: String, $user_id: ID, $consigneeName: String, $skip: Int) {
  465. orderLogisticsbyprops: orderLogistics_by_props(updatedAt: $updatedAt where: $where logisticsFee: $logisticsFee sort_by: $sort_by limit: $limit expressId: $expressId order_by: $order_by createdAt: $createdAt filter: $filter order_id: $order_id consigneeTel: $consigneeTel consignAddress: $consignAddress LogisticsStatus: $LogisticsStatus user_id: $user_id consigneeName: $consigneeName skip: $skip) {
  466. updatedAt
  467. logisticsFee
  468. expressId
  469. createdAt
  470. order_id {
  471. deliveryTime
  472. remark
  473. updatedAt
  474. payTime
  475. orderTotalPay
  476. createdAt
  477. orderStatus
  478. id
  479. orderShipFee
  480. count
  481. productTotalPay
  482. }
  483. consigneeTel
  484. id
  485. consignAddress
  486. LogisticsStatus
  487. user_id {
  488. email
  489. updatedAt
  490. password
  491. telephone
  492. username
  493. createdAt
  494. openid
  495. id
  496. }
  497. consigneeName
  498. }
  499. }
  500. query usersearch($email: String, $updatedAt: String, $limit: Int, $password: String, $order_by: OrderBy, $telephone: String, $username: String, $createdAt: String, $filter: Filter, $openid: String, $breakout: Field, $userData_id: ID, $aggregate: Aggregation, $skip: Int) {
  501. usersearch: user_search(email: $email updatedAt: $updatedAt limit: $limit password: $password order_by: $order_by telephone: $telephone username: $username createdAt: $createdAt filter: $filter openid: $openid breakout: $breakout userData_id: $userData_id aggregate: $aggregate skip: $skip)
  502. }
  503. query orderPaysearch($limit: Int, $payTime: String, $order_by: OrderBy, $transactionId: String, $totalPay: Float, $filter: Filter, $order_id: ID, $breakout: Field, $user_id: ID, $aggregate: Aggregation, $skip: Int) {
  504. orderPaysearch: orderPay_search(limit: $limit payTime: $payTime order_by: $order_by transactionId: $transactionId totalPay: $totalPay filter: $filter order_id: $order_id breakout: $breakout user_id: $user_id aggregate: $aggregate skip: $skip)
  505. }
  506. query orderbyid($id: ID) {
  507. orderbyid: order_by_id(id: $id) {
  508. deliveryTime
  509. remark
  510. updatedAt
  511. orderLogistics_id {
  512. updatedAt
  513. logisticsFee
  514. expressId
  515. createdAt
  516. consigneeTel
  517. id
  518. consignAddress
  519. LogisticsStatus
  520. consigneeName
  521. }
  522. payTime
  523. orderTotalPay
  524. createdAt
  525. orderStatus
  526. userAddress_id {
  527. address
  528. updatedAt
  529. telephone
  530. default
  531. city
  532. username
  533. postcode
  534. createdAt
  535. deletedAt
  536. id
  537. area
  538. province
  539. }
  540. id
  541. orderShipFee
  542. count
  543. user_id {
  544. email
  545. updatedAt
  546. password
  547. telephone
  548. username
  549. createdAt
  550. openid
  551. id
  552. }
  553. productTotalPay
  554. orderPay_id {
  555. id
  556. totalPay
  557. transactionId
  558. payTime
  559. }
  560. }
  561. }
  562. query orderLogisticssearch($updatedAt: String, $logisticsFee: Float, $limit: Int, $expressId: String, $order_by: OrderBy, $createdAt: String, $filter: Filter, $order_id: ID, $consigneeTel: String, $breakout: Field, $consignAddress: String, $LogisticsStatus: String, $user_id: ID, $aggregate: Aggregation, $consigneeName: String, $skip: Int) {
  563. orderLogisticssearch: orderLogistics_search(updatedAt: $updatedAt logisticsFee: $logisticsFee limit: $limit expressId: $expressId order_by: $order_by createdAt: $createdAt filter: $filter order_id: $order_id consigneeTel: $consigneeTel breakout: $breakout consignAddress: $consignAddress LogisticsStatus: $LogisticsStatus user_id: $user_id aggregate: $aggregate consigneeName: $consigneeName skip: $skip)
  564. }
  565. query orderProductbyprops($updatedAt: String, $where: orderProduct_filter, $sort_by: orderProduct_sort_by, $limit: Int, $productColor: String, $unit: String, $product_id: ID, $productSize: String, $order_by: OrderBy, $orderPay: Float, $createdAt: String, $productImg: String, $productName: String, $specificationStock_id: ID, $filter: Filter, $order_id: ID, $productPrice: Float, $count: Int, $productPay: Float, $user_id: ID, $orderPay_id: ID, $skip: Int) {
  566. orderProductbyprops: orderProduct_by_props(updatedAt: $updatedAt where: $where sort_by: $sort_by limit: $limit productColor: $productColor unit: $unit product_id: $product_id productSize: $productSize order_by: $order_by orderPay: $orderPay createdAt: $createdAt productImg: $productImg productName: $productName specificationStock_id: $specificationStock_id filter: $filter order_id: $order_id productPrice: $productPrice count: $count productPay: $productPay user_id: $user_id orderPay_id: $orderPay_id skip: $skip) {
  567. updatedAt
  568. productColor
  569. unit
  570. product_id {
  571. category
  572. updatedAt
  573. unit
  574. name
  575. createdAt
  576. status
  577. id
  578. intro
  579. price
  580. img
  581. stock
  582. }
  583. productSize
  584. orderPay
  585. createdAt
  586. productImg
  587. productName
  588. specificationStock_id {
  589. id
  590. color
  591. size
  592. stock
  593. status
  594. createdAt
  595. updatedAt
  596. }
  597. order_id {
  598. deliveryTime
  599. remark
  600. updatedAt
  601. payTime
  602. orderTotalPay
  603. createdAt
  604. orderStatus
  605. id
  606. orderShipFee
  607. count
  608. productTotalPay
  609. }
  610. productPrice
  611. id
  612. count
  613. productPay
  614. user_id {
  615. email
  616. updatedAt
  617. password
  618. telephone
  619. username
  620. createdAt
  621. openid
  622. id
  623. }
  624. orderPay_id {
  625. id
  626. totalPay
  627. transactionId
  628. payTime
  629. }
  630. }
  631. }
  632. query productbyid($id: ID) {
  633. productbyid: product_by_id(id: $id) {
  634. category
  635. updatedAt
  636. unit
  637. name
  638. createdAt
  639. status
  640. id
  641. intro
  642. price
  643. img
  644. stock
  645. }
  646. }
  647. query userSearchbyid($id: ID) {
  648. userSearchbyid: userSearch_by_id(id: $id) {
  649. id
  650. user_id {
  651. email
  652. updatedAt
  653. password
  654. telephone
  655. username
  656. createdAt
  657. openid
  658. id
  659. }
  660. keyword
  661. createdAt
  662. updatedAt
  663. }
  664. }
  665. query userDatabyprops($updatedAt: String, $where: userData_filter, $userPoint: Int, $sort_by: userData_sort_by, $limit: Int, $order_by: OrderBy, $nickname: String, $createdAt: String, $filter: Filter, $avatar: String, $vipCode: String, $isVip: Boolean, $skip: Int) {
  666. userDatabyprops: userData_by_props(updatedAt: $updatedAt where: $where userPoint: $userPoint sort_by: $sort_by limit: $limit order_by: $order_by nickname: $nickname createdAt: $createdAt filter: $filter avatar: $avatar vipCode: $vipCode isVip: $isVip skip: $skip) {
  667. id
  668. nickname
  669. avatar
  670. isVip
  671. vipCode
  672. userPoint
  673. createdAt
  674. updatedAt
  675. }
  676. }
  677. query userAddresssearch($address: String, $updatedAt: String, $limit: Int, $order_by: OrderBy, $telephone: String, $default: Int, $city: String, $username: String, $postcode: String, $createdAt: String, $deletedAt: String, $filter: Filter, $breakout: Field, $user_id: ID, $area: String, $aggregate: Aggregation, $province: String, $skip: Int) {
  678. userAddresssearch: userAddress_search(address: $address updatedAt: $updatedAt limit: $limit order_by: $order_by telephone: $telephone
  679. default: $default city: $city username: $username postcode: $postcode createdAt: $createdAt deletedAt: $deletedAt filter: $filter breakout: $breakout user_id: $user_id area: $area aggregate: $aggregate province: $province skip: $skip)
  680. }
  681. query specificationStocksearch($updatedAt: String, $color: String, $limit: Int, $product_id: ID, $order_by: OrderBy, $createdAt: String, $size: String, $filter: Filter, $status: String, $breakout: Field, $aggregate: Aggregation, $stock: Int, $skip: Int) {
  682. specificationStocksearch: specificationStock_search(updatedAt: $updatedAt color: $color limit: $limit product_id: $product_id order_by: $order_by createdAt: $createdAt size: $size filter: $filter status: $status breakout: $breakout aggregate: $aggregate stock: $stock skip: $skip)
  683. }
  684. query userCartsearch($updatedAt: String, $limit: Int, $product_id: ID, $order_by: OrderBy, $createdAt: String, $specificationStock_id: ID, $filter: Filter, $count: Int, $breakout: Field, $user_id: ID, $aggregate: Aggregation, $skip: Int) {
  685. userCartsearch: userCart_search(updatedAt: $updatedAt limit: $limit product_id: $product_id order_by: $order_by createdAt: $createdAt specificationStock_id: $specificationStock_id filter: $filter count: $count breakout: $breakout user_id: $user_id aggregate: $aggregate skip: $skip)
  686. }
  687. query userCartbyprops($updatedAt: String, $where: userCart_filter, $sort_by: userCart_sort_by, $limit: Int, $product_id: ID, $order_by: OrderBy, $createdAt: String, $specificationStock_id: ID, $filter: Filter, $count: Int, $user_id: ID, $skip: Int) {
  688. userCartbyprops: userCart_by_props(updatedAt: $updatedAt where: $where sort_by: $sort_by limit: $limit product_id: $product_id order_by: $order_by createdAt: $createdAt specificationStock_id: $specificationStock_id filter: $filter count: $count user_id: $user_id skip: $skip) {
  689. id
  690. user_id {
  691. email
  692. updatedAt
  693. password
  694. telephone
  695. username
  696. createdAt
  697. openid
  698. id
  699. }
  700. product_id {
  701. category
  702. updatedAt
  703. unit
  704. name
  705. createdAt
  706. status
  707. id
  708. intro
  709. price
  710. img
  711. stock
  712. }
  713. specificationStock_id {
  714. id
  715. color
  716. size
  717. stock
  718. status
  719. createdAt
  720. updatedAt
  721. }
  722. count
  723. createdAt
  724. updatedAt
  725. }
  726. }
  727. query adminsearch($email: String, $updatedAt: String, $limit: Int, $password: String, $order_by: OrderBy, $telephone: String, $username: String, $createdAt: String, $filter: Filter, $openid: String, $breakout: Field, $aggregate: Aggregation, $skip: Int) {
  728. adminsearch: admin_search(email: $email updatedAt: $updatedAt limit: $limit password: $password order_by: $order_by telephone: $telephone username: $username createdAt: $createdAt filter: $filter openid: $openid breakout: $breakout aggregate: $aggregate skip: $skip)
  729. }
  730. query userDatasearch($updatedAt: String, $userPoint: Int, $limit: Int, $order_by: OrderBy, $nickname: String, $createdAt: String, $filter: Filter, $avatar: String, $breakout: Field, $vipCode: String, $aggregate: Aggregation, $isVip: Boolean, $skip: Int) {
  731. userDatasearch: userData_search(updatedAt: $updatedAt userPoint: $userPoint limit: $limit order_by: $order_by nickname: $nickname createdAt: $createdAt filter: $filter avatar: $avatar breakout: $breakout vipCode: $vipCode aggregate: $aggregate isVip: $isVip skip: $skip)
  732. }
  733. query ordersearch($deliveryTime: String, $remark: String, $updatedAt: String, $orderLogistics_id: ID, $limit: Int, $payTime: String, $order_by: OrderBy, $orderTotalPay: Float, $createdAt: String, $orderStatus: String, $userAddress_id: ID, $filter: Filter, $orderShipFee: Float, $count: Int, $breakout: Field, $user_id: ID, $productTotalPay: Float, $aggregate: Aggregation, $orderPay_id: ID, $skip: Int) {
  734. ordersearch: order_search(deliveryTime: $deliveryTime remark: $remark updatedAt: $updatedAt orderLogistics_id: $orderLogistics_id limit: $limit payTime: $payTime order_by: $order_by orderTotalPay: $orderTotalPay createdAt: $createdAt orderStatus: $orderStatus userAddress_id: $userAddress_id filter: $filter orderShipFee: $orderShipFee count: $count breakout: $breakout user_id: $user_id productTotalPay: $productTotalPay aggregate: $aggregate orderPay_id: $orderPay_id skip: $skip)
  735. }
  736. query productsearch($category: String, $updatedAt: String, $limit: Int, $unit: String, $order_by: OrderBy, $name: String, $createdAt: String, $filter: Filter, $status: String, $breakout: Field, $intro: String, $aggregate: Aggregation, $price: Float, $img: String, $stock: Int, $skip: Int) {
  737. productsearch: product_search(category: $category updatedAt: $updatedAt limit: $limit unit: $unit order_by: $order_by name: $name createdAt: $createdAt filter: $filter status: $status breakout: $breakout intro: $intro aggregate: $aggregate price: $price img: $img stock: $stock skip: $skip)
  738. }
  739. query userCollectsearch($updatedAt: String, $limit: Int, $order_by: OrderBy, $createdAt: String, $filter: Filter, $breakout: Field, $user_id: ID, $aggregate: Aggregation, $skip: Int) {
  740. userCollectsearch: userCollect_search(updatedAt: $updatedAt limit: $limit order_by: $order_by createdAt: $createdAt filter: $filter breakout: $breakout user_id: $user_id aggregate: $aggregate skip: $skip)
  741. }
  742. query userbyprops($email: String, $updatedAt: String, $where: user_filter, $sort_by: user_sort_by, $limit: Int, $password: String, $order_by: OrderBy, $telephone: String, $username: String, $createdAt: String, $filter: Filter, $openid: String, $userData_id: ID, $skip: Int) {
  743. userbyprops: user_by_props(email: $email updatedAt: $updatedAt where: $where sort_by: $sort_by limit: $limit password: $password order_by: $order_by telephone: $telephone username: $username createdAt: $createdAt filter: $filter openid: $openid userData_id: $userData_id skip: $skip) {
  744. email
  745. updatedAt
  746. password
  747. telephone
  748. username
  749. createdAt
  750. openid
  751. id
  752. userData_id {
  753. id
  754. nickname
  755. avatar
  756. isVip
  757. vipCode
  758. userPoint
  759. createdAt
  760. updatedAt
  761. }
  762. }
  763. }
  764. query orderbyprops($deliveryTime: String, $remark: String, $updatedAt: String, $where: order_filter, $orderLogistics_id: ID, $sort_by: order_sort_by, $limit: Int, $payTime: String, $order_by: OrderBy, $orderTotalPay: Float, $createdAt: String, $orderStatus: String, $userAddress_id: ID, $filter: Filter, $orderShipFee: Float, $count: Int, $user_id: ID, $productTotalPay: Float, $orderPay_id: ID, $skip: Int) {
  765. orderbyprops: order_by_props(deliveryTime: $deliveryTime remark: $remark updatedAt: $updatedAt where: $where orderLogistics_id: $orderLogistics_id sort_by: $sort_by limit: $limit payTime: $payTime order_by: $order_by orderTotalPay: $orderTotalPay createdAt: $createdAt orderStatus: $orderStatus userAddress_id: $userAddress_id filter: $filter orderShipFee: $orderShipFee count: $count user_id: $user_id productTotalPay: $productTotalPay orderPay_id: $orderPay_id skip: $skip) {
  766. deliveryTime
  767. remark
  768. updatedAt
  769. orderLogistics_id {
  770. updatedAt
  771. logisticsFee
  772. expressId
  773. createdAt
  774. consigneeTel
  775. id
  776. consignAddress
  777. LogisticsStatus
  778. consigneeName
  779. }
  780. payTime
  781. orderTotalPay
  782. createdAt
  783. orderStatus
  784. userAddress_id {
  785. address
  786. updatedAt
  787. telephone
  788. default
  789. city
  790. username
  791. postcode
  792. createdAt
  793. deletedAt
  794. id
  795. area
  796. province
  797. }
  798. id
  799. orderShipFee
  800. count
  801. user_id {
  802. email
  803. updatedAt
  804. password
  805. telephone
  806. username
  807. createdAt
  808. openid
  809. id
  810. }
  811. productTotalPay
  812. orderPay_id {
  813. id
  814. totalPay
  815. transactionId
  816. payTime
  817. }
  818. }
  819. }
  820. mutation createorderPay($id: ID!, $user_id: ID, $order_id: ID, $totalPay: Float, $transactionId: String, $payTime: String) {
  821. createorderPay: create_orderPay(id: $id user_id: $user_id order_id: $order_id totalPay: $totalPay transactionId: $transactionId payTime: $payTime) {
  822. result
  823. orderPay {
  824. id
  825. totalPay
  826. transactionId
  827. payTime
  828. }
  829. }
  830. }
  831. mutation createuser($email: String, $updatedAt: String, $password: String, $telephone: String, $username: String, $createdAt: String, $openid: String, $id: ID!, $userData_id: ID) {
  832. createuser: create_user(email: $email updatedAt: $updatedAt password: $password telephone: $telephone username: $username createdAt: $createdAt openid: $openid id: $id userData_id: $userData_id) {
  833. result
  834. user {
  835. email
  836. updatedAt
  837. password
  838. telephone
  839. username
  840. createdAt
  841. openid
  842. id
  843. }
  844. }
  845. }
  846. mutation updateproduct($category: String, $updatedAt: String, $where: product_filter, $unit: String, $name: String, $createdAt: String, $status: String, $id: ID, $intro: String, $price: Float, $img: String, $stock: Int) {
  847. updateproduct: update_product(category: $category updatedAt: $updatedAt where: $where unit: $unit name: $name createdAt: $createdAt status: $status id: $id intro: $intro price: $price img: $img stock: $stock) {
  848. result
  849. product {
  850. category
  851. updatedAt
  852. unit
  853. name
  854. createdAt
  855. status
  856. id
  857. intro
  858. price
  859. img
  860. stock
  861. }
  862. }
  863. }
  864. mutation updateuser($email: String, $updatedAt: String, $where: user_filter, $password: String, $telephone: String, $username: String, $createdAt: String, $openid: String, $id: ID, $userData_id: ID) {
  865. updateuser: update_user(email: $email updatedAt: $updatedAt where: $where password: $password telephone: $telephone username: $username createdAt: $createdAt openid: $openid id: $id userData_id: $userData_id) {
  866. result
  867. user {
  868. email
  869. updatedAt
  870. password
  871. telephone
  872. username
  873. createdAt
  874. openid
  875. id
  876. }
  877. }
  878. }
  879. mutation updateuserData($updatedAt: String, $where: userData_filter, $userPoint: Int, $nickname: String, $createdAt: String, $id: ID, $avatar: String, $vipCode: String, $isVip: Boolean) {
  880. updateuserData: update_userData(updatedAt: $updatedAt where: $where userPoint: $userPoint nickname: $nickname createdAt: $createdAt id: $id avatar: $avatar vipCode: $vipCode isVip: $isVip) {
  881. result
  882. userData {
  883. id
  884. nickname
  885. avatar
  886. isVip
  887. vipCode
  888. userPoint
  889. createdAt
  890. updatedAt
  891. }
  892. }
  893. }
  894. mutation createuserCollect($id: ID!, $product_id: ID, $user_id: ID, $createdAt: String, $updatedAt: String) {
  895. createuserCollect: create_userCollect(id: $id product_id: $product_id user_id: $user_id createdAt: $createdAt updatedAt: $updatedAt) {
  896. result
  897. userCollect {
  898. id
  899. createdAt
  900. updatedAt
  901. }
  902. }
  903. }
  904. 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) {
  905. createuserAddress: create_userAddress(address: $address updatedAt: $updatedAt telephone: $telephone
  906. default: $default city: $city username: $username postcode: $postcode createdAt: $createdAt deletedAt: $deletedAt id: $id user_id: $user_id area: $area province: $province) {
  907. result
  908. userAddress {
  909. address
  910. updatedAt
  911. telephone
  912. default
  913. city
  914. username
  915. postcode
  916. createdAt
  917. deletedAt
  918. id
  919. area
  920. province
  921. }
  922. }
  923. }
  924. mutation deleteuserCart($id: ID, $user_id: ID, $product_id: ID, $specificationStock_id: ID, $count: Int, $createdAt: String, $updatedAt: String, $where: userCart_filter) {
  925. deleteuserCart: delete_userCart(id: $id user_id: $user_id product_id: $product_id specificationStock_id: $specificationStock_id count: $count createdAt: $createdAt updatedAt: $updatedAt where: $where)
  926. }
  927. mutation updateuserAddress($address: String, $updatedAt: String, $where: userAddress_filter, $telephone: String, $default: Int, $city: String, $username: String, $postcode: String, $createdAt: String, $deletedAt: String, $id: ID, $user_id: ID, $area: String, $province: String) {
  928. updateuserAddress: update_userAddress(address: $address updatedAt: $updatedAt where: $where telephone: $telephone
  929. default: $default city: $city username: $username postcode: $postcode createdAt: $createdAt deletedAt: $deletedAt id: $id user_id: $user_id area: $area province: $province) {
  930. result
  931. userAddress {
  932. address
  933. updatedAt
  934. telephone
  935. default
  936. city
  937. username
  938. postcode
  939. createdAt
  940. deletedAt
  941. id
  942. area
  943. province
  944. }
  945. }
  946. }
  947. mutation updateadmin($email: String, $updatedAt: String, $where: admin_filter, $password: String, $telephone: String, $username: String, $createdAt: String, $openid: String, $id: ID) {
  948. updateadmin: update_admin(email: $email updatedAt: $updatedAt where: $where password: $password telephone: $telephone username: $username createdAt: $createdAt openid: $openid id: $id) {
  949. result
  950. admin {
  951. id
  952. openid
  953. username
  954. password
  955. telephone
  956. email
  957. createdAt
  958. updatedAt
  959. }
  960. }
  961. }
  962. mutation deletespecificationStock($updatedAt: String, $where: specificationStock_filter, $color: String, $product_id: ID, $createdAt: String, $size: String, $status: String, $id: ID, $stock: Int) {
  963. deletespecificationStock: delete_specificationStock(updatedAt: $updatedAt where: $where color: $color product_id: $product_id createdAt: $createdAt size: $size status: $status id: $id stock: $stock)
  964. }
  965. mutation createuserSearch($id: ID!, $keyword: Int, $user_id: ID, $createdAt: String, $updatedAt: String) {
  966. createuserSearch: create_userSearch(id: $id keyword: $keyword user_id: $user_id createdAt: $createdAt updatedAt: $updatedAt) {
  967. result
  968. userSearch {
  969. id
  970. keyword
  971. createdAt
  972. updatedAt
  973. }
  974. }
  975. }
  976. mutation createproduct($category: String, $updatedAt: String, $unit: String, $name: String, $createdAt: String, $status: String, $id: ID!, $intro: String, $price: Float, $img: String, $stock: Int) {
  977. 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) {
  978. result
  979. product {
  980. category
  981. updatedAt
  982. unit
  983. name
  984. createdAt
  985. status
  986. id
  987. intro
  988. price
  989. img
  990. stock
  991. }
  992. }
  993. }
  994. mutation deleteuserData($updatedAt: String, $where: userData_filter, $userPoint: Int, $nickname: String, $createdAt: String, $id: ID, $avatar: String, $vipCode: String, $isVip: Boolean) {
  995. deleteuserData: delete_userData(updatedAt: $updatedAt where: $where userPoint: $userPoint nickname: $nickname createdAt: $createdAt id: $id avatar: $avatar vipCode: $vipCode isVip: $isVip)
  996. }
  997. mutation createspecificationStock($id: ID!, $product_id: ID, $color: String, $size: String, $stock: Int, $status: String, $createdAt: String, $updatedAt: String) {
  998. createspecificationStock: create_specificationStock(id: $id product_id: $product_id color: $color size: $size stock: $stock status: $status createdAt: $createdAt updatedAt: $updatedAt) {
  999. result
  1000. specificationStock {
  1001. id
  1002. color
  1003. size
  1004. stock
  1005. status
  1006. createdAt
  1007. updatedAt
  1008. }
  1009. }
  1010. }
  1011. mutation deleteorderProduct($updatedAt: String, $where: orderProduct_filter, $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) {
  1012. deleteorderProduct: delete_orderProduct(updatedAt: $updatedAt where: $where 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)
  1013. }
  1014. mutation deleteuserCollect($id: ID, $user_id: ID, $createdAt: String, $updatedAt: String, $where: userCollect_filter) {
  1015. deleteuserCollect: delete_userCollect(id: $id user_id: $user_id createdAt: $createdAt updatedAt: $updatedAt where: $where)
  1016. }
  1017. mutation updateuserCollect($id: ID, $product_id: ID, $user_id: ID, $createdAt: String, $updatedAt: String, $where: userCollect_filter) {
  1018. updateuserCollect: update_userCollect(id: $id product_id: $product_id user_id: $user_id createdAt: $createdAt updatedAt: $updatedAt where: $where) {
  1019. result
  1020. userCollect {
  1021. id
  1022. createdAt
  1023. updatedAt
  1024. }
  1025. }
  1026. }
  1027. mutation deleteorder($deliveryTime: String, $remark: String, $updatedAt: String, $where: order_filter, $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) {
  1028. deleteorder: delete_order(deliveryTime: $deliveryTime remark: $remark updatedAt: $updatedAt where: $where 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)
  1029. }
  1030. mutation deleteadmin($email: String, $updatedAt: String, $where: admin_filter, $password: String, $telephone: String, $username: String, $createdAt: String, $openid: String, $id: ID) {
  1031. deleteadmin: delete_admin(email: $email updatedAt: $updatedAt where: $where password: $password telephone: $telephone username: $username createdAt: $createdAt openid: $openid id: $id)
  1032. }
  1033. mutation updatespecificationStock($updatedAt: String, $where: specificationStock_filter, $color: String, $product_id: ID, $createdAt: String, $size: String, $status: String, $id: ID, $stock: Int) {
  1034. updatespecificationStock: update_specificationStock(updatedAt: $updatedAt where: $where color: $color product_id: $product_id createdAt: $createdAt size: $size status: $status id: $id stock: $stock) {
  1035. result
  1036. specificationStock {
  1037. id
  1038. color
  1039. size
  1040. stock
  1041. status
  1042. createdAt
  1043. updatedAt
  1044. }
  1045. }
  1046. }
  1047. mutation deleteuserAddress($address: String, $updatedAt: String, $where: userAddress_filter, $telephone: String, $default: Int, $city: String, $username: String, $postcode: String, $createdAt: String, $deletedAt: String, $id: ID, $user_id: ID, $area: String, $province: String) {
  1048. deleteuserAddress: delete_userAddress(address: $address updatedAt: $updatedAt where: $where telephone: $telephone
  1049. default: $default city: $city username: $username postcode: $postcode createdAt: $createdAt deletedAt: $deletedAt id: $id user_id: $user_id area: $area province: $province)
  1050. }
  1051. mutation updateuserCart($id: ID, $user_id: ID, $product_id: ID, $specificationStock_id: ID, $count: Int, $createdAt: String, $updatedAt: String, $where: userCart_filter) {
  1052. updateuserCart: update_userCart(id: $id user_id: $user_id product_id: $product_id specificationStock_id: $specificationStock_id count: $count createdAt: $createdAt updatedAt: $updatedAt where: $where) {
  1053. result
  1054. userCart {
  1055. id
  1056. count
  1057. createdAt
  1058. updatedAt
  1059. }
  1060. }
  1061. }
  1062. mutation deleteuser($email: String, $updatedAt: String, $where: user_filter, $password: String, $telephone: String, $username: String, $createdAt: String, $openid: String, $id: ID, $userData_id: ID) {
  1063. deleteuser: delete_user(email: $email updatedAt: $updatedAt where: $where password: $password telephone: $telephone username: $username createdAt: $createdAt openid: $openid id: $id userData_id: $userData_id)
  1064. }
  1065. mutation createuserCart($id: ID!, $user_id: ID, $product_id: ID, $specificationStock_id: ID, $count: Int, $createdAt: String, $updatedAt: String) {
  1066. createuserCart: create_userCart(id: $id user_id: $user_id product_id: $product_id specificationStock_id: $specificationStock_id count: $count createdAt: $createdAt updatedAt: $updatedAt) {
  1067. result
  1068. userCart {
  1069. id
  1070. count
  1071. createdAt
  1072. updatedAt
  1073. }
  1074. }
  1075. }
  1076. mutation createuserData($id: ID!, $nickname: String, $avatar: String, $isVip: Boolean, $vipCode: String, $userPoint: Int, $createdAt: String, $updatedAt: String) {
  1077. createuserData: create_userData(id: $id nickname: $nickname avatar: $avatar isVip: $isVip vipCode: $vipCode userPoint: $userPoint createdAt: $createdAt updatedAt: $updatedAt) {
  1078. result
  1079. userData {
  1080. id
  1081. nickname
  1082. avatar
  1083. isVip
  1084. vipCode
  1085. userPoint
  1086. createdAt
  1087. updatedAt
  1088. }
  1089. }
  1090. }
  1091. 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) {
  1092. 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) {
  1093. result
  1094. order {
  1095. deliveryTime
  1096. remark
  1097. updatedAt
  1098. payTime
  1099. orderTotalPay
  1100. createdAt
  1101. orderStatus
  1102. id
  1103. orderShipFee
  1104. count
  1105. productTotalPay
  1106. }
  1107. }
  1108. }
  1109. mutation deleteuserSearch($id: ID, $user_id: ID, $createdAt: String, $updatedAt: String, $where: userSearch_filter) {
  1110. deleteuserSearch: delete_userSearch(id: $id user_id: $user_id createdAt: $createdAt updatedAt: $updatedAt where: $where)
  1111. }
  1112. mutation deleteorderPay($id: ID, $user_id: ID, $order_id: ID, $totalPay: Float, $transactionId: String, $payTime: String, $where: orderPay_filter) {
  1113. deleteorderPay: delete_orderPay(id: $id user_id: $user_id order_id: $order_id totalPay: $totalPay transactionId: $transactionId payTime: $payTime where: $where)
  1114. }
  1115. mutation updateorderPay($id: ID, $user_id: ID, $order_id: ID, $totalPay: Float, $transactionId: String, $payTime: String, $where: orderPay_filter) {
  1116. updateorderPay: update_orderPay(id: $id user_id: $user_id order_id: $order_id totalPay: $totalPay transactionId: $transactionId payTime: $payTime where: $where) {
  1117. result
  1118. orderPay {
  1119. id
  1120. totalPay
  1121. transactionId
  1122. payTime
  1123. }
  1124. }
  1125. }
  1126. mutation deleteorderLogistics($updatedAt: String, $where: orderLogistics_filter, $logisticsFee: Float, $expressId: String, $createdAt: String, $order_id: ID, $consigneeTel: String, $id: ID, $consignAddress: String, $LogisticsStatus: String, $user_id: ID, $consigneeName: String) {
  1127. deleteorderLogistics: delete_orderLogistics(updatedAt: $updatedAt where: $where logisticsFee: $logisticsFee expressId: $expressId createdAt: $createdAt order_id: $order_id consigneeTel: $consigneeTel id: $id consignAddress: $consignAddress LogisticsStatus: $LogisticsStatus user_id: $user_id consigneeName: $consigneeName)
  1128. }
  1129. mutation updateuserSearch($id: ID, $keyword: Int, $user_id: ID, $createdAt: String, $updatedAt: String, $where: userSearch_filter) {
  1130. updateuserSearch: update_userSearch(id: $id keyword: $keyword user_id: $user_id createdAt: $createdAt updatedAt: $updatedAt where: $where) {
  1131. result
  1132. userSearch {
  1133. id
  1134. keyword
  1135. createdAt
  1136. updatedAt
  1137. }
  1138. }
  1139. }
  1140. mutation updateorder($deliveryTime: String, $remark: String, $updatedAt: String, $where: order_filter, $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) {
  1141. updateorder: update_order(deliveryTime: $deliveryTime remark: $remark updatedAt: $updatedAt where: $where 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) {
  1142. result
  1143. order {
  1144. deliveryTime
  1145. remark
  1146. updatedAt
  1147. payTime
  1148. orderTotalPay
  1149. createdAt
  1150. orderStatus
  1151. id
  1152. orderShipFee
  1153. count
  1154. productTotalPay
  1155. }
  1156. }
  1157. }
  1158. 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) {
  1159. 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) {
  1160. result
  1161. orderLogistics {
  1162. updatedAt
  1163. logisticsFee
  1164. expressId
  1165. createdAt
  1166. consigneeTel
  1167. id
  1168. consignAddress
  1169. LogisticsStatus
  1170. consigneeName
  1171. }
  1172. }
  1173. }
  1174. mutation updateorderLogistics($updatedAt: String, $where: orderLogistics_filter, $logisticsFee: Float, $expressId: String, $createdAt: String, $order_id: ID, $consigneeTel: String, $id: ID, $consignAddress: String, $LogisticsStatus: String, $user_id: ID, $consigneeName: String) {
  1175. updateorderLogistics: update_orderLogistics(updatedAt: $updatedAt where: $where logisticsFee: $logisticsFee expressId: $expressId createdAt: $createdAt order_id: $order_id consigneeTel: $consigneeTel id: $id consignAddress: $consignAddress LogisticsStatus: $LogisticsStatus user_id: $user_id consigneeName: $consigneeName) {
  1176. result
  1177. orderLogistics {
  1178. updatedAt
  1179. logisticsFee
  1180. expressId
  1181. createdAt
  1182. consigneeTel
  1183. id
  1184. consignAddress
  1185. LogisticsStatus
  1186. consigneeName
  1187. }
  1188. }
  1189. }
  1190. 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) {
  1191. 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) {
  1192. result
  1193. orderProduct {
  1194. updatedAt
  1195. productColor
  1196. unit
  1197. productSize
  1198. orderPay
  1199. createdAt
  1200. productImg
  1201. productName
  1202. productPrice
  1203. id
  1204. count
  1205. productPay
  1206. }
  1207. }
  1208. }
  1209. mutation deleteproduct($category: String, $updatedAt: String, $where: product_filter, $unit: String, $name: String, $createdAt: String, $status: String, $id: ID, $intro: String, $price: Float, $img: String, $stock: Int) {
  1210. deleteproduct: delete_product(category: $category updatedAt: $updatedAt where: $where unit: $unit name: $name createdAt: $createdAt status: $status id: $id intro: $intro price: $price img: $img stock: $stock)
  1211. }
  1212. mutation updateorderProduct($updatedAt: String, $where: orderProduct_filter, $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) {
  1213. updateorderProduct: update_orderProduct(updatedAt: $updatedAt where: $where 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) {
  1214. result
  1215. orderProduct {
  1216. updatedAt
  1217. productColor
  1218. unit
  1219. productSize
  1220. orderPay
  1221. createdAt
  1222. productImg
  1223. productName
  1224. productPrice
  1225. id
  1226. count
  1227. productPay
  1228. }
  1229. }
  1230. }
  1231. mutation createadmin($id: ID!, $openid: String, $username: String, $password: String, $telephone: String, $email: String, $createdAt: String, $updatedAt: String) {
  1232. createadmin: create_admin(id: $id openid: $openid username: $username password: $password telephone: $telephone email: $email createdAt: $createdAt updatedAt: $updatedAt) {
  1233. result
  1234. admin {
  1235. id
  1236. openid
  1237. username
  1238. password
  1239. telephone
  1240. email
  1241. createdAt
  1242. updatedAt
  1243. }
  1244. }
  1245. }