|
|
@@ -48,11 +48,13 @@ query specificationStockbyid($id: ID) {
|
|
|
unit
|
|
|
name
|
|
|
createdAt
|
|
|
+ slideImg
|
|
|
status
|
|
|
id
|
|
|
intro
|
|
|
discountRate
|
|
|
price
|
|
|
+ detailImg
|
|
|
|
|
|
img
|
|
|
stock
|
|
|
@@ -122,11 +124,13 @@ query userCartbyid($id: ID) {
|
|
|
unit
|
|
|
name
|
|
|
createdAt
|
|
|
+ slideImg
|
|
|
status
|
|
|
id
|
|
|
intro
|
|
|
discountRate
|
|
|
price
|
|
|
+ detailImg
|
|
|
|
|
|
img
|
|
|
stock
|
|
|
@@ -213,11 +217,13 @@ query userCollectbyprops($updatedAt: String, $where: userCollect_filter, $sort_b
|
|
|
unit
|
|
|
name
|
|
|
createdAt
|
|
|
+ slideImg
|
|
|
status
|
|
|
id
|
|
|
intro
|
|
|
discountRate
|
|
|
price
|
|
|
+ detailImg
|
|
|
|
|
|
img
|
|
|
stock
|
|
|
@@ -234,11 +240,13 @@ query productbyprops($recommend: Int, $updatedAt: String, $where: product_filter
|
|
|
unit
|
|
|
name
|
|
|
createdAt
|
|
|
+ slideImg
|
|
|
status
|
|
|
id
|
|
|
intro
|
|
|
discountRate
|
|
|
price
|
|
|
+ detailImg
|
|
|
category_id {
|
|
|
id
|
|
|
name
|
|
|
@@ -259,6 +267,7 @@ query orderLogisticsbyid($id: ID) {
|
|
|
serviceStore
|
|
|
updatedAt
|
|
|
logisticsFee
|
|
|
+ expressDetailName
|
|
|
expressId
|
|
|
createdAt
|
|
|
order_id {
|
|
|
@@ -268,7 +277,6 @@ query orderLogisticsbyid($id: ID) {
|
|
|
orderTotalPay
|
|
|
createdAt
|
|
|
orderStatus
|
|
|
-
|
|
|
id
|
|
|
count
|
|
|
|
|
|
@@ -307,11 +315,13 @@ query specificationStockbyprops($updatedAt: String, $where: specificationStock_f
|
|
|
unit
|
|
|
name
|
|
|
createdAt
|
|
|
+ slideImg
|
|
|
status
|
|
|
id
|
|
|
intro
|
|
|
discountRate
|
|
|
price
|
|
|
+ detailImg
|
|
|
|
|
|
img
|
|
|
stock
|
|
|
@@ -337,11 +347,13 @@ query orderProductbyid($id: ID) {
|
|
|
unit
|
|
|
name
|
|
|
createdAt
|
|
|
+ slideImg
|
|
|
status
|
|
|
id
|
|
|
intro
|
|
|
discountRate
|
|
|
price
|
|
|
+ detailImg
|
|
|
|
|
|
img
|
|
|
stock
|
|
|
@@ -370,7 +382,6 @@ query orderProductbyid($id: ID) {
|
|
|
orderTotalPay
|
|
|
createdAt
|
|
|
orderStatus
|
|
|
-
|
|
|
id
|
|
|
count
|
|
|
|
|
|
@@ -424,11 +435,13 @@ query userCollectbyid($id: ID) {
|
|
|
unit
|
|
|
name
|
|
|
createdAt
|
|
|
+ slideImg
|
|
|
status
|
|
|
id
|
|
|
intro
|
|
|
discountRate
|
|
|
price
|
|
|
+ detailImg
|
|
|
|
|
|
img
|
|
|
stock
|
|
|
@@ -540,12 +553,13 @@ query shopsearch($description: String, $address: String, $updatedAt: String, $li
|
|
|
shopsearch: shop_search(description: $description address: $address updatedAt: $updatedAt limit: $limit order_by: $order_by telephone: $telephone name: $name createdAt: $createdAt filter: $filter status: $status breakout: $breakout notice: $notice intro: $intro aggregate: $aggregate skip: $skip)
|
|
|
}
|
|
|
|
|
|
-query orderLogisticsbyprops($deliveryTime: String, $serviceStore: String, $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, $expressName: String, $consignAddress: String, $LogisticsStatus: String, $user_id: ID, $consigneeName: String, $skip: Int) {
|
|
|
- orderLogisticsbyprops: orderLogistics_by_props(deliveryTime: $deliveryTime serviceStore: $serviceStore 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 expressName: $expressName consignAddress: $consignAddress LogisticsStatus: $LogisticsStatus user_id: $user_id consigneeName: $consigneeName skip: $skip) {
|
|
|
+query orderLogisticsbyprops($deliveryTime: String, $serviceStore: String, $updatedAt: String, $where: orderLogistics_filter, $logisticsFee: Float, $expressDetailName: String, $sort_by: orderLogistics_sort_by, $limit: Int, $expressId: String, $order_by: OrderBy, $createdAt: String, $filter: Filter, $order_id: ID, $consigneeTel: String, $expressName: String, $consignAddress: String, $LogisticsStatus: String, $user_id: ID, $consigneeName: String, $skip: Int) {
|
|
|
+ orderLogisticsbyprops: orderLogistics_by_props(deliveryTime: $deliveryTime serviceStore: $serviceStore updatedAt: $updatedAt where: $where logisticsFee: $logisticsFee expressDetailName: $expressDetailName sort_by: $sort_by limit: $limit expressId: $expressId order_by: $order_by createdAt: $createdAt filter: $filter order_id: $order_id consigneeTel: $consigneeTel expressName: $expressName consignAddress: $consignAddress LogisticsStatus: $LogisticsStatus user_id: $user_id consigneeName: $consigneeName skip: $skip) {
|
|
|
deliveryTime
|
|
|
serviceStore
|
|
|
updatedAt
|
|
|
logisticsFee
|
|
|
+ expressDetailName
|
|
|
expressId
|
|
|
createdAt
|
|
|
order_id {
|
|
|
@@ -555,7 +569,6 @@ query orderLogisticsbyprops($deliveryTime: String, $serviceStore: String, $updat
|
|
|
orderTotalPay
|
|
|
createdAt
|
|
|
orderStatus
|
|
|
-
|
|
|
id
|
|
|
count
|
|
|
|
|
|
@@ -614,6 +627,7 @@ query orderbyid($id: ID) {
|
|
|
serviceStore
|
|
|
updatedAt
|
|
|
logisticsFee
|
|
|
+ expressDetailName
|
|
|
expressId
|
|
|
createdAt
|
|
|
|
|
|
@@ -628,21 +642,6 @@ query orderbyid($id: ID) {
|
|
|
orderTotalPay
|
|
|
createdAt
|
|
|
orderStatus
|
|
|
- userAddress_id {
|
|
|
- address
|
|
|
- updatedAt
|
|
|
- telephone
|
|
|
- default
|
|
|
- city
|
|
|
- username
|
|
|
- postcode
|
|
|
- createdAt
|
|
|
- deletedAt
|
|
|
- id
|
|
|
-
|
|
|
- area
|
|
|
- province
|
|
|
- }
|
|
|
id
|
|
|
count
|
|
|
user_id {
|
|
|
@@ -671,8 +670,8 @@ query orderbyid($id: ID) {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-query orderLogisticssearch($deliveryTime: String, $serviceStore: String, $updatedAt: String, $logisticsFee: Float, $limit: Int, $expressId: String, $order_by: OrderBy, $createdAt: String, $filter: Filter, $order_id: ID, $consigneeTel: String, $expressName: String, $breakout: Field, $consignAddress: String, $LogisticsStatus: String, $user_id: ID, $aggregate: Aggregation, $consigneeName: String, $skip: Int) {
|
|
|
- orderLogisticssearch: orderLogistics_search(deliveryTime: $deliveryTime serviceStore: $serviceStore updatedAt: $updatedAt logisticsFee: $logisticsFee limit: $limit expressId: $expressId order_by: $order_by createdAt: $createdAt filter: $filter order_id: $order_id consigneeTel: $consigneeTel expressName: $expressName breakout: $breakout consignAddress: $consignAddress LogisticsStatus: $LogisticsStatus user_id: $user_id aggregate: $aggregate consigneeName: $consigneeName skip: $skip)
|
|
|
+query orderLogisticssearch($deliveryTime: String, $serviceStore: String, $updatedAt: String, $logisticsFee: Float, $expressDetailName: String, $limit: Int, $expressId: String, $order_by: OrderBy, $createdAt: String, $filter: Filter, $order_id: ID, $consigneeTel: String, $expressName: String, $breakout: Field, $consignAddress: String, $LogisticsStatus: String, $user_id: ID, $aggregate: Aggregation, $consigneeName: String, $skip: Int) {
|
|
|
+ orderLogisticssearch: orderLogistics_search(deliveryTime: $deliveryTime serviceStore: $serviceStore updatedAt: $updatedAt logisticsFee: $logisticsFee expressDetailName: $expressDetailName limit: $limit expressId: $expressId order_by: $order_by createdAt: $createdAt filter: $filter order_id: $order_id consigneeTel: $consigneeTel expressName: $expressName breakout: $breakout consignAddress: $consignAddress LogisticsStatus: $LogisticsStatus user_id: $user_id aggregate: $aggregate consigneeName: $consigneeName skip: $skip)
|
|
|
}
|
|
|
|
|
|
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) {
|
|
|
@@ -686,11 +685,13 @@ query orderProductbyprops($updatedAt: String, $where: orderProduct_filter, $sort
|
|
|
unit
|
|
|
name
|
|
|
createdAt
|
|
|
+ slideImg
|
|
|
status
|
|
|
id
|
|
|
intro
|
|
|
discountRate
|
|
|
price
|
|
|
+ detailImg
|
|
|
|
|
|
img
|
|
|
stock
|
|
|
@@ -719,7 +720,6 @@ query orderProductbyprops($updatedAt: String, $where: orderProduct_filter, $sort
|
|
|
orderTotalPay
|
|
|
createdAt
|
|
|
orderStatus
|
|
|
-
|
|
|
id
|
|
|
count
|
|
|
|
|
|
@@ -761,11 +761,13 @@ query productbyid($id: ID) {
|
|
|
unit
|
|
|
name
|
|
|
createdAt
|
|
|
+ slideImg
|
|
|
status
|
|
|
id
|
|
|
intro
|
|
|
discountRate
|
|
|
price
|
|
|
+ detailImg
|
|
|
category_id {
|
|
|
id
|
|
|
name
|
|
|
@@ -856,11 +858,13 @@ query userCartbyprops($updatedAt: String, $where: userCart_filter, $sort_by: use
|
|
|
unit
|
|
|
name
|
|
|
createdAt
|
|
|
+ slideImg
|
|
|
status
|
|
|
id
|
|
|
intro
|
|
|
discountRate
|
|
|
price
|
|
|
+ detailImg
|
|
|
|
|
|
img
|
|
|
stock
|
|
|
@@ -891,8 +895,8 @@ query userDatasearch($updatedAt: String, $userPoint: Int, $limit: Int, $order_by
|
|
|
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)
|
|
|
}
|
|
|
|
|
|
-query ordersearch($remark: String, $updatedAt: String, $orderLogistics_id: ID, $limit: Int, $order_by: OrderBy, $orderTotalPay: Float, $createdAt: String, $orderStatus: String, $userAddress_id: ID, $filter: Filter, $count: Int, $breakout: Field, $user_id: ID, $productTotalPay: Float, $aggregate: Aggregation, $orderPay_id: ID, $skip: Int) {
|
|
|
- ordersearch: order_search(remark: $remark updatedAt: $updatedAt orderLogistics_id: $orderLogistics_id limit: $limit order_by: $order_by orderTotalPay: $orderTotalPay createdAt: $createdAt orderStatus: $orderStatus userAddress_id: $userAddress_id filter: $filter count: $count breakout: $breakout user_id: $user_id productTotalPay: $productTotalPay aggregate: $aggregate orderPay_id: $orderPay_id skip: $skip)
|
|
|
+query ordersearch($remark: String, $updatedAt: String, $orderLogistics_id: ID, $limit: Int, $order_by: OrderBy, $orderTotalPay: Float, $createdAt: String, $orderStatus: String, $filter: Filter, $count: Int, $breakout: Field, $user_id: ID, $productTotalPay: Float, $aggregate: Aggregation, $orderPay_id: ID, $skip: Int) {
|
|
|
+ ordersearch: order_search(remark: $remark updatedAt: $updatedAt orderLogistics_id: $orderLogistics_id limit: $limit order_by: $order_by orderTotalPay: $orderTotalPay createdAt: $createdAt orderStatus: $orderStatus filter: $filter count: $count breakout: $breakout user_id: $user_id productTotalPay: $productTotalPay aggregate: $aggregate orderPay_id: $orderPay_id skip: $skip)
|
|
|
}
|
|
|
|
|
|
query shopbyid($id: ID) {
|
|
|
@@ -943,8 +947,8 @@ query userbyprops($email: String, $updatedAt: String, $where: user_filter, $sort
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-query orderbyprops($remark: String, $updatedAt: String, $where: order_filter, $orderLogistics_id: ID, $sort_by: order_sort_by, $limit: Int, $order_by: OrderBy, $orderTotalPay: Float, $createdAt: String, $orderStatus: String, $userAddress_id: ID, $filter: Filter, $count: Int, $user_id: ID, $productTotalPay: Float, $orderPay_id: ID, $skip: Int) {
|
|
|
- orderbyprops: order_by_props(remark: $remark updatedAt: $updatedAt where: $where orderLogistics_id: $orderLogistics_id sort_by: $sort_by limit: $limit order_by: $order_by orderTotalPay: $orderTotalPay createdAt: $createdAt orderStatus: $orderStatus userAddress_id: $userAddress_id filter: $filter count: $count user_id: $user_id productTotalPay: $productTotalPay orderPay_id: $orderPay_id skip: $skip) {
|
|
|
+query orderbyprops($remark: String, $updatedAt: String, $where: order_filter, $orderLogistics_id: ID, $sort_by: order_sort_by, $limit: Int, $order_by: OrderBy, $orderTotalPay: Float, $createdAt: String, $orderStatus: String, $filter: Filter, $count: Int, $user_id: ID, $productTotalPay: Float, $orderPay_id: ID, $skip: Int) {
|
|
|
+ orderbyprops: order_by_props(remark: $remark updatedAt: $updatedAt where: $where orderLogistics_id: $orderLogistics_id sort_by: $sort_by limit: $limit order_by: $order_by orderTotalPay: $orderTotalPay createdAt: $createdAt orderStatus: $orderStatus filter: $filter count: $count user_id: $user_id productTotalPay: $productTotalPay orderPay_id: $orderPay_id skip: $skip) {
|
|
|
remark
|
|
|
updatedAt
|
|
|
orderLogistics_id {
|
|
|
@@ -952,6 +956,7 @@ query orderbyprops($remark: String, $updatedAt: String, $where: order_filter, $o
|
|
|
serviceStore
|
|
|
updatedAt
|
|
|
logisticsFee
|
|
|
+ expressDetailName
|
|
|
expressId
|
|
|
createdAt
|
|
|
|
|
|
@@ -966,21 +971,6 @@ query orderbyprops($remark: String, $updatedAt: String, $where: order_filter, $o
|
|
|
orderTotalPay
|
|
|
createdAt
|
|
|
orderStatus
|
|
|
- userAddress_id {
|
|
|
- address
|
|
|
- updatedAt
|
|
|
- telephone
|
|
|
- default
|
|
|
- city
|
|
|
- username
|
|
|
- postcode
|
|
|
- createdAt
|
|
|
- deletedAt
|
|
|
- id
|
|
|
-
|
|
|
- area
|
|
|
- province
|
|
|
- }
|
|
|
id
|
|
|
count
|
|
|
user_id {
|
|
|
@@ -1092,8 +1082,8 @@ mutation deletecategory($id: ID, $name: String, $img: String, $order: Int, $stat
|
|
|
deletecategory: delete_category(id: $id name: $name img: $img order: $order status: $status createdAt: $createdAt updatedAt: $updatedAt where: $where)
|
|
|
}
|
|
|
|
|
|
-mutation updateproduct($recommend: Int, $updatedAt: String, $where: product_filter, $unit: String, $name: String, $createdAt: String, $status: String, $id: ID, $intro: String, $discountRate: Float, $price: Float, $category_id: ID, $img: String, $stock: Int) {
|
|
|
- updateproduct: update_product(recommend: $recommend updatedAt: $updatedAt where: $where unit: $unit name: $name createdAt: $createdAt status: $status id: $id intro: $intro discountRate: $discountRate price: $price category_id: $category_id img: $img stock: $stock) {
|
|
|
+mutation updateproduct($recommend: Int, $updatedAt: String, $where: product_filter, $unit: String, $name: String, $createdAt: String, $slideImg: String, $status: String, $id: ID, $intro: String, $discountRate: Float, $price: Float, $detailImg: String, $category_id: ID, $img: String, $stock: Int) {
|
|
|
+ updateproduct: update_product(recommend: $recommend updatedAt: $updatedAt where: $where unit: $unit name: $name createdAt: $createdAt slideImg: $slideImg status: $status id: $id intro: $intro discountRate: $discountRate price: $price detailImg: $detailImg category_id: $category_id img: $img stock: $stock) {
|
|
|
result
|
|
|
product {
|
|
|
recommend
|
|
|
@@ -1101,11 +1091,13 @@ mutation updateproduct($recommend: Int, $updatedAt: String, $where: product_filt
|
|
|
unit
|
|
|
name
|
|
|
createdAt
|
|
|
+ slideImg
|
|
|
status
|
|
|
id
|
|
|
intro
|
|
|
discountRate
|
|
|
price
|
|
|
+ detailImg
|
|
|
|
|
|
img
|
|
|
stock
|
|
|
@@ -1292,8 +1284,8 @@ mutation createuserSearch($id: ID!, $keyword: Int, $user_id: ID, $createdAt: Str
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-mutation createproduct($recommend: Int, $updatedAt: String, $unit: String, $name: String, $createdAt: String, $status: String, $id: ID!, $intro: String, $discountRate: Float, $price: Float, $category_id: ID, $img: String, $stock: Int) {
|
|
|
- createproduct: create_product(recommend: $recommend updatedAt: $updatedAt unit: $unit name: $name createdAt: $createdAt status: $status id: $id intro: $intro discountRate: $discountRate price: $price category_id: $category_id img: $img stock: $stock) {
|
|
|
+mutation createproduct($recommend: Int, $updatedAt: String, $unit: String, $name: String, $createdAt: String, $slideImg: String, $status: String, $id: ID!, $intro: String, $discountRate: Float, $price: Float, $detailImg: String, $category_id: ID, $img: String, $stock: Int) {
|
|
|
+ createproduct: create_product(recommend: $recommend updatedAt: $updatedAt unit: $unit name: $name createdAt: $createdAt slideImg: $slideImg status: $status id: $id intro: $intro discountRate: $discountRate price: $price detailImg: $detailImg category_id: $category_id img: $img stock: $stock) {
|
|
|
result
|
|
|
product {
|
|
|
recommend
|
|
|
@@ -1301,11 +1293,13 @@ mutation createproduct($recommend: Int, $updatedAt: String, $unit: String, $name
|
|
|
unit
|
|
|
name
|
|
|
createdAt
|
|
|
+ slideImg
|
|
|
status
|
|
|
id
|
|
|
intro
|
|
|
discountRate
|
|
|
price
|
|
|
+ detailImg
|
|
|
|
|
|
img
|
|
|
stock
|
|
|
@@ -1360,8 +1354,8 @@ mutation updateuserCollect($id: ID, $product_id: ID, $user_id: ID, $createdAt: S
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-mutation deleteorder($remark: String, $updatedAt: String, $where: order_filter, $orderLogistics_id: ID, $orderTotalPay: Float, $createdAt: String, $orderStatus: String, $userAddress_id: ID, $id: ID, $count: Int, $user_id: ID, $productTotalPay: Float, $orderPay_id: ID) {
|
|
|
- deleteorder: delete_order(remark: $remark updatedAt: $updatedAt where: $where orderLogistics_id: $orderLogistics_id orderTotalPay: $orderTotalPay createdAt: $createdAt orderStatus: $orderStatus userAddress_id: $userAddress_id id: $id count: $count user_id: $user_id productTotalPay: $productTotalPay orderPay_id: $orderPay_id)
|
|
|
+mutation deleteorder($remark: String, $updatedAt: String, $where: order_filter, $orderLogistics_id: ID, $orderTotalPay: Float, $createdAt: String, $orderStatus: String, $id: ID, $count: Int, $user_id: ID, $productTotalPay: Float, $orderPay_id: ID) {
|
|
|
+ deleteorder: delete_order(remark: $remark updatedAt: $updatedAt where: $where orderLogistics_id: $orderLogistics_id orderTotalPay: $orderTotalPay createdAt: $createdAt orderStatus: $orderStatus id: $id count: $count user_id: $user_id productTotalPay: $productTotalPay orderPay_id: $orderPay_id)
|
|
|
}
|
|
|
|
|
|
mutation deleteadmin($email: String, $updatedAt: String, $where: admin_filter, $password: String, $telephone: String, $username: String, $createdAt: String, $openid: String, $id: ID) {
|
|
|
@@ -1441,8 +1435,8 @@ mutation createuserData($id: ID!, $nickname: String, $avatar: String, $isVip: Bo
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-mutation createorder($remark: String, $updatedAt: String, $orderLogistics_id: ID, $orderTotalPay: Float, $createdAt: String, $orderStatus: String, $userAddress_id: ID, $id: ID!, $count: Int, $user_id: ID, $productTotalPay: Float, $orderPay_id: ID) {
|
|
|
- createorder: create_order(remark: $remark updatedAt: $updatedAt orderLogistics_id: $orderLogistics_id orderTotalPay: $orderTotalPay createdAt: $createdAt orderStatus: $orderStatus userAddress_id: $userAddress_id id: $id count: $count user_id: $user_id productTotalPay: $productTotalPay orderPay_id: $orderPay_id) {
|
|
|
+mutation createorder($remark: String, $updatedAt: String, $orderLogistics_id: ID, $orderTotalPay: Float, $createdAt: String, $orderStatus: String, $id: ID!, $count: Int, $user_id: ID, $productTotalPay: Float, $orderPay_id: ID) {
|
|
|
+ createorder: create_order(remark: $remark updatedAt: $updatedAt orderLogistics_id: $orderLogistics_id orderTotalPay: $orderTotalPay createdAt: $createdAt orderStatus: $orderStatus id: $id count: $count user_id: $user_id productTotalPay: $productTotalPay orderPay_id: $orderPay_id) {
|
|
|
result
|
|
|
order {
|
|
|
remark
|
|
|
@@ -1451,7 +1445,6 @@ mutation createorder($remark: String, $updatedAt: String, $orderLogistics_id: ID
|
|
|
orderTotalPay
|
|
|
createdAt
|
|
|
orderStatus
|
|
|
-
|
|
|
id
|
|
|
count
|
|
|
|
|
|
@@ -1486,8 +1479,8 @@ mutation updateorderPay($updatedAt: String, $where: orderPay_filter, $tradeNo: S
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-mutation deleteorderLogistics($deliveryTime: String, $serviceStore: String, $updatedAt: String, $where: orderLogistics_filter, $logisticsFee: Float, $expressId: String, $createdAt: String, $order_id: ID, $consigneeTel: String, $id: ID, $expressName: String, $consignAddress: String, $LogisticsStatus: String, $user_id: ID, $consigneeName: String) {
|
|
|
- deleteorderLogistics: delete_orderLogistics(deliveryTime: $deliveryTime serviceStore: $serviceStore updatedAt: $updatedAt where: $where logisticsFee: $logisticsFee expressId: $expressId createdAt: $createdAt order_id: $order_id consigneeTel: $consigneeTel id: $id expressName: $expressName consignAddress: $consignAddress LogisticsStatus: $LogisticsStatus user_id: $user_id consigneeName: $consigneeName)
|
|
|
+mutation deleteorderLogistics($deliveryTime: String, $serviceStore: String, $updatedAt: String, $where: orderLogistics_filter, $logisticsFee: Float, $expressDetailName: String, $expressId: String, $createdAt: String, $order_id: ID, $consigneeTel: String, $id: ID, $expressName: String, $consignAddress: String, $LogisticsStatus: String, $user_id: ID, $consigneeName: String) {
|
|
|
+ deleteorderLogistics: delete_orderLogistics(deliveryTime: $deliveryTime serviceStore: $serviceStore updatedAt: $updatedAt where: $where logisticsFee: $logisticsFee expressDetailName: $expressDetailName expressId: $expressId createdAt: $createdAt order_id: $order_id consigneeTel: $consigneeTel id: $id expressName: $expressName consignAddress: $consignAddress LogisticsStatus: $LogisticsStatus user_id: $user_id consigneeName: $consigneeName)
|
|
|
}
|
|
|
|
|
|
mutation updateuserSearch($id: ID, $keyword: Int, $user_id: ID, $createdAt: String, $updatedAt: String, $where: userSearch_filter) {
|
|
|
@@ -1503,8 +1496,8 @@ mutation updateuserSearch($id: ID, $keyword: Int, $user_id: ID, $createdAt: Stri
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-mutation updateorder($remark: String, $updatedAt: String, $where: order_filter, $orderLogistics_id: ID, $orderTotalPay: Float, $createdAt: String, $orderStatus: String, $userAddress_id: ID, $id: ID, $count: Int, $user_id: ID, $productTotalPay: Float, $orderPay_id: ID) {
|
|
|
- updateorder: update_order(remark: $remark updatedAt: $updatedAt where: $where orderLogistics_id: $orderLogistics_id orderTotalPay: $orderTotalPay createdAt: $createdAt orderStatus: $orderStatus userAddress_id: $userAddress_id id: $id count: $count user_id: $user_id productTotalPay: $productTotalPay orderPay_id: $orderPay_id) {
|
|
|
+mutation updateorder($remark: String, $updatedAt: String, $where: order_filter, $orderLogistics_id: ID, $orderTotalPay: Float, $createdAt: String, $orderStatus: String, $id: ID, $count: Int, $user_id: ID, $productTotalPay: Float, $orderPay_id: ID) {
|
|
|
+ updateorder: update_order(remark: $remark updatedAt: $updatedAt where: $where orderLogistics_id: $orderLogistics_id orderTotalPay: $orderTotalPay createdAt: $createdAt orderStatus: $orderStatus id: $id count: $count user_id: $user_id productTotalPay: $productTotalPay orderPay_id: $orderPay_id) {
|
|
|
result
|
|
|
order {
|
|
|
remark
|
|
|
@@ -1513,7 +1506,6 @@ mutation updateorder($remark: String, $updatedAt: String, $where: order_filter,
|
|
|
orderTotalPay
|
|
|
createdAt
|
|
|
orderStatus
|
|
|
-
|
|
|
id
|
|
|
count
|
|
|
|
|
|
@@ -1522,14 +1514,15 @@ mutation updateorder($remark: String, $updatedAt: String, $where: order_filter,
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-mutation createorderLogistics($deliveryTime: String, $serviceStore: String, $updatedAt: String, $logisticsFee: Float, $expressId: String, $createdAt: String, $order_id: ID, $consigneeTel: String, $id: ID!, $expressName: String, $consignAddress: String, $LogisticsStatus: String, $user_id: ID, $consigneeName: String) {
|
|
|
- createorderLogistics: create_orderLogistics(deliveryTime: $deliveryTime serviceStore: $serviceStore updatedAt: $updatedAt logisticsFee: $logisticsFee expressId: $expressId createdAt: $createdAt order_id: $order_id consigneeTel: $consigneeTel id: $id expressName: $expressName consignAddress: $consignAddress LogisticsStatus: $LogisticsStatus user_id: $user_id consigneeName: $consigneeName) {
|
|
|
+mutation createorderLogistics($deliveryTime: String, $serviceStore: String, $updatedAt: String, $logisticsFee: Float, $expressDetailName: String, $expressId: String, $createdAt: String, $order_id: ID, $consigneeTel: String, $id: ID!, $expressName: String, $consignAddress: String, $LogisticsStatus: String, $user_id: ID, $consigneeName: String) {
|
|
|
+ createorderLogistics: create_orderLogistics(deliveryTime: $deliveryTime serviceStore: $serviceStore updatedAt: $updatedAt logisticsFee: $logisticsFee expressDetailName: $expressDetailName expressId: $expressId createdAt: $createdAt order_id: $order_id consigneeTel: $consigneeTel id: $id expressName: $expressName consignAddress: $consignAddress LogisticsStatus: $LogisticsStatus user_id: $user_id consigneeName: $consigneeName) {
|
|
|
result
|
|
|
orderLogistics {
|
|
|
deliveryTime
|
|
|
serviceStore
|
|
|
updatedAt
|
|
|
logisticsFee
|
|
|
+ expressDetailName
|
|
|
expressId
|
|
|
createdAt
|
|
|
|
|
|
@@ -1544,14 +1537,15 @@ mutation createorderLogistics($deliveryTime: String, $serviceStore: String, $upd
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-mutation updateorderLogistics($deliveryTime: String, $serviceStore: String, $updatedAt: String, $where: orderLogistics_filter, $logisticsFee: Float, $expressId: String, $createdAt: String, $order_id: ID, $consigneeTel: String, $id: ID, $expressName: String, $consignAddress: String, $LogisticsStatus: String, $user_id: ID, $consigneeName: String) {
|
|
|
- updateorderLogistics: update_orderLogistics(deliveryTime: $deliveryTime serviceStore: $serviceStore updatedAt: $updatedAt where: $where logisticsFee: $logisticsFee expressId: $expressId createdAt: $createdAt order_id: $order_id consigneeTel: $consigneeTel id: $id expressName: $expressName consignAddress: $consignAddress LogisticsStatus: $LogisticsStatus user_id: $user_id consigneeName: $consigneeName) {
|
|
|
+mutation updateorderLogistics($deliveryTime: String, $serviceStore: String, $updatedAt: String, $where: orderLogistics_filter, $logisticsFee: Float, $expressDetailName: String, $expressId: String, $createdAt: String, $order_id: ID, $consigneeTel: String, $id: ID, $expressName: String, $consignAddress: String, $LogisticsStatus: String, $user_id: ID, $consigneeName: String) {
|
|
|
+ updateorderLogistics: update_orderLogistics(deliveryTime: $deliveryTime serviceStore: $serviceStore updatedAt: $updatedAt where: $where logisticsFee: $logisticsFee expressDetailName: $expressDetailName expressId: $expressId createdAt: $createdAt order_id: $order_id consigneeTel: $consigneeTel id: $id expressName: $expressName consignAddress: $consignAddress LogisticsStatus: $LogisticsStatus user_id: $user_id consigneeName: $consigneeName) {
|
|
|
result
|
|
|
orderLogistics {
|
|
|
deliveryTime
|
|
|
serviceStore
|
|
|
updatedAt
|
|
|
logisticsFee
|
|
|
+ expressDetailName
|
|
|
expressId
|
|
|
createdAt
|
|
|
|