|
@@ -8,6 +8,7 @@ query userbyid($id: ID) {
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -33,6 +34,7 @@ query ticketbyid($id: ID) {
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -52,6 +54,7 @@ query notificationbyprops($user_id: ID, $type: String, $webhook: String, $name:
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -103,6 +106,7 @@ query deploybyprops($description: String, $updatedAt: String, $cosBucketName: St
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -155,6 +159,7 @@ query deploybyid($id: ID) {
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -177,6 +182,7 @@ query databasebyid($id: ID) {
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -202,6 +208,7 @@ query notificationbyid($id: ID) {
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -244,6 +251,7 @@ query apiGWGroupbyid($id: ID) {
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -262,6 +270,7 @@ query fcbyprops($user_id: ID, $cloud_id: ID, $fcType: String, $schema_id: ID, $w
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -347,6 +356,7 @@ query apiGWGroupbyprops($environmentName: String, $userStatus: String, $defaultD
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -405,6 +415,7 @@ query apiGWPathbyprops($apiGWName: String, $updatedAt: String, $apiGWGroup_id: I
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -437,6 +448,7 @@ query schemabyprops($updatedAt: String, $schemaState: String, $authWrite: String
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -466,6 +478,7 @@ query schemabyid($id: ID) {
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -496,6 +509,7 @@ query wxConfigbyid($id: ID) {
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -542,8 +556,10 @@ query projectbyid($id: ID) {
|
|
|
title
|
|
title
|
|
|
deployedNum
|
|
deployedNum
|
|
|
id
|
|
id
|
|
|
|
|
+ detailDescription
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ detailImages
|
|
|
img
|
|
img
|
|
|
}
|
|
}
|
|
|
createdAt
|
|
createdAt
|
|
@@ -597,6 +613,7 @@ query projectbyid($id: ID) {
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -645,6 +662,7 @@ query casebyid($id: ID) {
|
|
|
title
|
|
title
|
|
|
deployedNum
|
|
deployedNum
|
|
|
id
|
|
id
|
|
|
|
|
+ detailDescription
|
|
|
user_id {
|
|
user_id {
|
|
|
email
|
|
email
|
|
|
updatedAt
|
|
updatedAt
|
|
@@ -654,6 +672,7 @@ query casebyid($id: ID) {
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -672,6 +691,7 @@ query casebyid($id: ID) {
|
|
|
|
|
|
|
|
authWriteObjects
|
|
authWriteObjects
|
|
|
}
|
|
}
|
|
|
|
|
+ detailImages
|
|
|
img
|
|
img
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -688,6 +708,7 @@ query cloudbyid($id: ID) {
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -737,8 +758,10 @@ query projectbyprops($updatedAt: String, $database_id: ID, $apiGWGroup_id: ID, $
|
|
|
title
|
|
title
|
|
|
deployedNum
|
|
deployedNum
|
|
|
id
|
|
id
|
|
|
|
|
+ detailDescription
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ detailImages
|
|
|
img
|
|
img
|
|
|
}
|
|
}
|
|
|
createdAt
|
|
createdAt
|
|
@@ -792,6 +815,7 @@ query projectbyprops($updatedAt: String, $database_id: ID, $apiGWGroup_id: ID, $
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -854,6 +878,7 @@ query wxConfigbyprops($updatedAt: String, $mch_id: String, $appName: String, $no
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -915,6 +940,7 @@ query apiGWPathbyid($id: ID) {
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -937,6 +963,7 @@ query orderbyid($id: ID) {
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -957,6 +984,7 @@ query cloudbyprops($user_id: ID, $cloudName: String, $secretId: String, $secretK
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -969,8 +997,8 @@ query cloudbyprops($user_id: ID, $cloudName: String, $secretId: String, $secretK
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-query casebyprops($description: String, $updatedAt: String, $createdAt: String, $type: String, $title: String, $deployedNum: Int, $user_id: ID, $schema_id: ID, $img: String) {
|
|
|
|
|
- casebyprops: case_by_props(description: $description updatedAt: $updatedAt createdAt: $createdAt type: $type title: $title deployedNum: $deployedNum user_id: $user_id schema_id: $schema_id img: $img) {
|
|
|
|
|
|
|
+query casebyprops($description: String, $updatedAt: String, $createdAt: String, $type: String, $title: String, $deployedNum: Int, $detailDescription: String, $user_id: ID, $schema_id: ID, $img: String) {
|
|
|
|
|
+ casebyprops: case_by_props(description: $description updatedAt: $updatedAt createdAt: $createdAt type: $type title: $title deployedNum: $deployedNum detailDescription: $detailDescription user_id: $user_id schema_id: $schema_id img: $img) {
|
|
|
description
|
|
description
|
|
|
updatedAt
|
|
updatedAt
|
|
|
createdAt
|
|
createdAt
|
|
@@ -978,6 +1006,7 @@ query casebyprops($description: String, $updatedAt: String, $createdAt: String,
|
|
|
title
|
|
title
|
|
|
deployedNum
|
|
deployedNum
|
|
|
id
|
|
id
|
|
|
|
|
+ detailDescription
|
|
|
user_id {
|
|
user_id {
|
|
|
email
|
|
email
|
|
|
updatedAt
|
|
updatedAt
|
|
@@ -987,6 +1016,7 @@ query casebyprops($description: String, $updatedAt: String, $createdAt: String,
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -1005,6 +1035,7 @@ query casebyprops($description: String, $updatedAt: String, $createdAt: String,
|
|
|
|
|
|
|
|
authWriteObjects
|
|
authWriteObjects
|
|
|
}
|
|
}
|
|
|
|
|
+ detailImages
|
|
|
img
|
|
img
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -1029,6 +1060,7 @@ query ticketbyprops($updatedAt: String, $repliedBy: ID, $content: String, $repli
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -1036,8 +1068,8 @@ query ticketbyprops($updatedAt: String, $repliedBy: ID, $content: String, $repli
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-query userbyprops($email: String, $updatedAt: String, $password: String, $telephone: String, $nickname: String, $username: String, $createdAt: String, $openid: String, $avatar: String) {
|
|
|
|
|
- userbyprops: user_by_props(email: $email updatedAt: $updatedAt password: $password telephone: $telephone nickname: $nickname username: $username createdAt: $createdAt openid: $openid avatar: $avatar) {
|
|
|
|
|
|
|
+query userbyprops($email: String, $updatedAt: String, $password: String, $telephone: String, $nickname: String, $username: String, $createdAt: String, $openid: String, $language: String, $avatar: String) {
|
|
|
|
|
+ userbyprops: user_by_props(email: $email updatedAt: $updatedAt password: $password telephone: $telephone nickname: $nickname username: $username createdAt: $createdAt openid: $openid language: $language avatar: $avatar) {
|
|
|
email
|
|
email
|
|
|
updatedAt
|
|
updatedAt
|
|
|
password
|
|
password
|
|
@@ -1046,6 +1078,7 @@ query userbyprops($email: String, $updatedAt: String, $password: String, $teleph
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -1063,6 +1096,7 @@ query orderbyprops($user_id: ID, $createdAt: String, $updatedAt: String) {
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -1083,6 +1117,7 @@ query fcbyid($id: ID) {
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -1147,6 +1182,7 @@ query databasebyprops($user_id: ID, $dbName: String, $dbUsername: String, $dbPas
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -1160,8 +1196,8 @@ query databasebyprops($user_id: ID, $dbName: String, $dbUsername: String, $dbPas
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-mutation createuser($email: String, $updatedAt: String, $password: String, $telephone: String, $nickname: String, $username: String, $createdAt: String, $openid: String, $id: ID!, $avatar: String) {
|
|
|
|
|
- createuser: create_user(email: $email updatedAt: $updatedAt password: $password telephone: $telephone nickname: $nickname username: $username createdAt: $createdAt openid: $openid id: $id avatar: $avatar) {
|
|
|
|
|
|
|
+mutation createuser($email: String, $updatedAt: String, $password: String, $telephone: String, $nickname: String, $username: String, $createdAt: String, $openid: String, $language: String, $id: ID!, $avatar: String) {
|
|
|
|
|
+ createuser: create_user(email: $email updatedAt: $updatedAt password: $password telephone: $telephone nickname: $nickname username: $username createdAt: $createdAt openid: $openid language: $language id: $id avatar: $avatar) {
|
|
|
email
|
|
email
|
|
|
updatedAt
|
|
updatedAt
|
|
|
password
|
|
password
|
|
@@ -1170,6 +1206,7 @@ mutation createuser($email: String, $updatedAt: String, $password: String, $tele
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -1187,6 +1224,7 @@ mutation createcloud($id: ID!, $user_id: ID, $cloudName: String, $secretId: Stri
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -1221,6 +1259,7 @@ mutation updateschema($updatedAt: String, $schemaState: String, $authWrite: Stri
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -1280,6 +1319,7 @@ mutation createapiGWPath($apiGWName: String, $updatedAt: String, $apiGWGroup_id:
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -1327,8 +1367,10 @@ mutation createproject($updatedAt: String, $database_id: ID, $apiGWGroup_id: ID,
|
|
|
title
|
|
title
|
|
|
deployedNum
|
|
deployedNum
|
|
|
id
|
|
id
|
|
|
|
|
+ detailDescription
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ detailImages
|
|
|
img
|
|
img
|
|
|
}
|
|
}
|
|
|
createdAt
|
|
createdAt
|
|
@@ -1382,6 +1424,7 @@ mutation createproject($updatedAt: String, $database_id: ID, $apiGWGroup_id: ID,
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -1444,6 +1487,7 @@ mutation updatewxConfig($updatedAt: String, $mch_id: String, $appName: String, $
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -1465,8 +1509,8 @@ mutation deletefc($id: ID, $user_id: ID, $cloud_id: ID, $fcType: String, $schema
|
|
|
deletefc: delete_fc(id: $id user_id: $user_id cloud_id: $cloud_id fcType: $fcType schema_id: $schema_id wxConfig_id: $wxConfig_id createdAt: $createdAt updatedAt: $updatedAt)
|
|
deletefc: delete_fc(id: $id user_id: $user_id cloud_id: $cloud_id fcType: $fcType schema_id: $schema_id wxConfig_id: $wxConfig_id createdAt: $createdAt updatedAt: $updatedAt)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-mutation updateuser($email: String, $updatedAt: String, $password: String, $telephone: String, $nickname: String, $username: String, $createdAt: String, $openid: String, $id: ID, $avatar: String) {
|
|
|
|
|
- updateuser: update_user(email: $email updatedAt: $updatedAt password: $password telephone: $telephone nickname: $nickname username: $username createdAt: $createdAt openid: $openid id: $id avatar: $avatar) {
|
|
|
|
|
|
|
+mutation updateuser($email: String, $updatedAt: String, $password: String, $telephone: String, $nickname: String, $username: String, $createdAt: String, $openid: String, $language: String, $id: ID, $avatar: String) {
|
|
|
|
|
+ updateuser: update_user(email: $email updatedAt: $updatedAt password: $password telephone: $telephone nickname: $nickname username: $username createdAt: $createdAt openid: $openid language: $language id: $id avatar: $avatar) {
|
|
|
email
|
|
email
|
|
|
updatedAt
|
|
updatedAt
|
|
|
password
|
|
password
|
|
@@ -1475,6 +1519,7 @@ mutation updateuser($email: String, $updatedAt: String, $password: String, $tele
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -1517,8 +1562,10 @@ mutation updateproject($updatedAt: String, $database_id: ID, $apiGWGroup_id: ID,
|
|
|
title
|
|
title
|
|
|
deployedNum
|
|
deployedNum
|
|
|
id
|
|
id
|
|
|
|
|
+ detailDescription
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ detailImages
|
|
|
img
|
|
img
|
|
|
}
|
|
}
|
|
|
createdAt
|
|
createdAt
|
|
@@ -1572,6 +1619,7 @@ mutation updateproject($updatedAt: String, $database_id: ID, $apiGWGroup_id: ID,
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -1623,6 +1671,7 @@ mutation updatefc($id: ID, $user_id: ID, $cloud_id: ID, $fcType: String, $schema
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -1697,6 +1746,7 @@ mutation createschema($updatedAt: String, $schemaState: String, $authWrite: Stri
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -1704,8 +1754,8 @@ mutation createschema($updatedAt: String, $schemaState: String, $authWrite: Stri
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-mutation createcase($description: String, $updatedAt: String, $createdAt: String, $type: String, $title: String, $deployedNum: Int, $id: ID!, $user_id: ID, $schema_id: ID, $img: String) {
|
|
|
|
|
- createcase: create_case(description: $description updatedAt: $updatedAt createdAt: $createdAt type: $type title: $title deployedNum: $deployedNum id: $id user_id: $user_id schema_id: $schema_id img: $img) {
|
|
|
|
|
|
|
+mutation createcase($description: String, $updatedAt: String, $createdAt: String, $type: String, $title: String, $deployedNum: Int, $id: ID!, $detailDescription: String, $user_id: ID, $schema_id: ID, $detailImages: String, $img: String) {
|
|
|
|
|
+ createcase: create_case(description: $description updatedAt: $updatedAt createdAt: $createdAt type: $type title: $title deployedNum: $deployedNum id: $id detailDescription: $detailDescription user_id: $user_id schema_id: $schema_id detailImages: $detailImages img: $img) {
|
|
|
description
|
|
description
|
|
|
updatedAt
|
|
updatedAt
|
|
|
createdAt
|
|
createdAt
|
|
@@ -1713,6 +1763,7 @@ mutation createcase($description: String, $updatedAt: String, $createdAt: String
|
|
|
title
|
|
title
|
|
|
deployedNum
|
|
deployedNum
|
|
|
id
|
|
id
|
|
|
|
|
+ detailDescription
|
|
|
user_id {
|
|
user_id {
|
|
|
email
|
|
email
|
|
|
updatedAt
|
|
updatedAt
|
|
@@ -1722,6 +1773,7 @@ mutation createcase($description: String, $updatedAt: String, $createdAt: String
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -1740,12 +1792,13 @@ mutation createcase($description: String, $updatedAt: String, $createdAt: String
|
|
|
|
|
|
|
|
authWriteObjects
|
|
authWriteObjects
|
|
|
}
|
|
}
|
|
|
|
|
+ detailImages
|
|
|
img
|
|
img
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-mutation updatecase($description: String, $updatedAt: String, $createdAt: String, $type: String, $title: String, $deployedNum: Int, $id: ID, $user_id: ID, $schema_id: ID, $img: String) {
|
|
|
|
|
- updatecase: update_case(description: $description updatedAt: $updatedAt createdAt: $createdAt type: $type title: $title deployedNum: $deployedNum id: $id user_id: $user_id schema_id: $schema_id img: $img) {
|
|
|
|
|
|
|
+mutation updatecase($description: String, $updatedAt: String, $createdAt: String, $type: String, $title: String, $deployedNum: Int, $id: ID, $detailDescription: String, $user_id: ID, $schema_id: ID, $detailImages: String, $img: String) {
|
|
|
|
|
+ updatecase: update_case(description: $description updatedAt: $updatedAt createdAt: $createdAt type: $type title: $title deployedNum: $deployedNum id: $id detailDescription: $detailDescription user_id: $user_id schema_id: $schema_id detailImages: $detailImages img: $img) {
|
|
|
description
|
|
description
|
|
|
updatedAt
|
|
updatedAt
|
|
|
createdAt
|
|
createdAt
|
|
@@ -1753,6 +1806,7 @@ mutation updatecase($description: String, $updatedAt: String, $createdAt: String
|
|
|
title
|
|
title
|
|
|
deployedNum
|
|
deployedNum
|
|
|
id
|
|
id
|
|
|
|
|
+ detailDescription
|
|
|
user_id {
|
|
user_id {
|
|
|
email
|
|
email
|
|
|
updatedAt
|
|
updatedAt
|
|
@@ -1762,6 +1816,7 @@ mutation updatecase($description: String, $updatedAt: String, $createdAt: String
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -1780,6 +1835,7 @@ mutation updatecase($description: String, $updatedAt: String, $createdAt: String
|
|
|
|
|
|
|
|
authWriteObjects
|
|
authWriteObjects
|
|
|
}
|
|
}
|
|
|
|
|
+ detailImages
|
|
|
img
|
|
img
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -1800,6 +1856,7 @@ mutation updatedatabase($id: ID, $user_id: ID, $dbName: String, $dbUsername: Str
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -1846,6 +1903,7 @@ mutation createapiGWGroup($environmentName: String, $userStatus: String, $defaul
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -1856,8 +1914,8 @@ mutation deletedatabase($id: ID, $user_id: ID, $dbName: String, $dbUsername: Str
|
|
|
deletedatabase: delete_database(id: $id user_id: $user_id dbName: $dbName dbUsername: $dbUsername dbPassword: $dbPassword dbHost: $dbHost dbPort: $dbPort createdAt: $createdAt updatedAt: $updatedAt)
|
|
deletedatabase: delete_database(id: $id user_id: $user_id dbName: $dbName dbUsername: $dbUsername dbPassword: $dbPassword dbHost: $dbHost dbPort: $dbPort createdAt: $createdAt updatedAt: $updatedAt)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-mutation deletecase($description: String, $updatedAt: String, $createdAt: String, $type: String, $title: String, $deployedNum: Int, $id: ID, $user_id: ID, $schema_id: ID, $img: String) {
|
|
|
|
|
- deletecase: delete_case(description: $description updatedAt: $updatedAt createdAt: $createdAt type: $type title: $title deployedNum: $deployedNum id: $id user_id: $user_id schema_id: $schema_id img: $img)
|
|
|
|
|
|
|
+mutation deletecase($description: String, $updatedAt: String, $createdAt: String, $type: String, $title: String, $deployedNum: Int, $id: ID, $detailDescription: String, $user_id: ID, $schema_id: ID, $img: String) {
|
|
|
|
|
+ deletecase: delete_case(description: $description updatedAt: $updatedAt createdAt: $createdAt type: $type title: $title deployedNum: $deployedNum id: $id detailDescription: $detailDescription user_id: $user_id schema_id: $schema_id img: $img)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
mutation deletedeploy($description: String, $updatedAt: String, $cosBucketName: String, $memorySize: Int, $fc_id: ID, $createdAt: String, $subnetId: String, $cosObjectName: String, $region: String, $vpcId: String, $cosBucketRegion: String, $id: ID, $cloud_id: ID, $user_id: ID, $serviceName: String, $timeout: Int, $handler: String, $functionName: String) {
|
|
mutation deletedeploy($description: String, $updatedAt: String, $cosBucketName: String, $memorySize: Int, $fc_id: ID, $createdAt: String, $subnetId: String, $cosObjectName: String, $region: String, $vpcId: String, $cosBucketRegion: String, $id: ID, $cloud_id: ID, $user_id: ID, $serviceName: String, $timeout: Int, $handler: String, $functionName: String) {
|
|
@@ -1876,6 +1934,7 @@ mutation createdatabase($id: ID!, $user_id: ID, $dbName: String, $dbUsername: St
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -1901,8 +1960,8 @@ mutation deleteschema($updatedAt: String, $schemaState: String, $authWrite: Stri
|
|
|
deleteschema: delete_schema(updatedAt: $updatedAt schemaState: $schemaState authWrite: $authWrite createdAt: $createdAt authRead: $authRead schemaName: $schemaName reference: $reference id: $id schemaData: $schemaData authReadWrite: $authReadWrite user_id: $user_id)
|
|
deleteschema: delete_schema(updatedAt: $updatedAt schemaState: $schemaState authWrite: $authWrite createdAt: $createdAt authRead: $authRead schemaName: $schemaName reference: $reference id: $id schemaData: $schemaData authReadWrite: $authReadWrite user_id: $user_id)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-mutation deleteuser($email: String, $updatedAt: String, $password: String, $telephone: String, $nickname: String, $username: String, $createdAt: String, $openid: String, $id: ID, $avatar: String) {
|
|
|
|
|
- deleteuser: delete_user(email: $email updatedAt: $updatedAt password: $password telephone: $telephone nickname: $nickname username: $username createdAt: $createdAt openid: $openid id: $id avatar: $avatar)
|
|
|
|
|
|
|
+mutation deleteuser($email: String, $updatedAt: String, $password: String, $telephone: String, $nickname: String, $username: String, $createdAt: String, $openid: String, $language: String, $id: ID, $avatar: String) {
|
|
|
|
|
+ deleteuser: delete_user(email: $email updatedAt: $updatedAt password: $password telephone: $telephone nickname: $nickname username: $username createdAt: $createdAt openid: $openid language: $language id: $id avatar: $avatar)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
mutation createorder($id: ID!, $user_id: ID, $createdAt: String, $updatedAt: String) {
|
|
mutation createorder($id: ID!, $user_id: ID, $createdAt: String, $updatedAt: String) {
|
|
@@ -1917,6 +1976,7 @@ mutation createorder($id: ID!, $user_id: ID, $createdAt: String, $updatedAt: Str
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -1977,6 +2037,7 @@ mutation updateapiGWPath($apiGWName: String, $updatedAt: String, $apiGWGroup_id:
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -2029,6 +2090,7 @@ mutation createdeploy($description: String, $updatedAt: String, $cosBucketName:
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -2051,6 +2113,7 @@ mutation createfc($id: ID!, $user_id: ID, $cloud_id: ID, $fcType: String, $schem
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -2115,6 +2178,7 @@ mutation updatecloud($id: ID, $user_id: ID, $cloudName: String, $secretId: Strin
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -2139,6 +2203,7 @@ mutation createnotification($id: ID!, $user_id: ID, $type: String, $webhook: Str
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -2164,6 +2229,7 @@ mutation updatenotification($id: ID, $user_id: ID, $type: String, $webhook: Stri
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -2185,6 +2251,7 @@ mutation updateorder($id: ID, $user_id: ID, $createdAt: String, $updatedAt: Stri
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -2243,6 +2310,7 @@ mutation updatedeploy($description: String, $updatedAt: String, $cosBucketName:
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -2286,6 +2354,7 @@ mutation updateapiGWGroup($environmentName: String, $userStatus: String, $defaul
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -2312,6 +2381,7 @@ mutation updateticket($updatedAt: String, $repliedBy: ID, $content: String, $rep
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -2339,6 +2409,7 @@ mutation createticket($updatedAt: String, $repliedBy: ID, $content: String, $rep
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|
|
@@ -2369,6 +2440,7 @@ mutation createwxConfig($updatedAt: String, $mch_id: String, $appName: String, $
|
|
|
username
|
|
username
|
|
|
createdAt
|
|
createdAt
|
|
|
openid
|
|
openid
|
|
|
|
|
+ language
|
|
|
id
|
|
id
|
|
|
avatar
|
|
avatar
|
|
|
}
|
|
}
|