ec_enhance.txt 51 KB

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