@longvansoftware/service-js-client 1.5.0 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -145,7 +145,7 @@ exports.REMOVE_COMPUTING_IN_CLUSTER = (0, graphql_tag_1.gql) `
|
|
145
145
|
`;
|
146
146
|
exports.STOP_USE_COMPUTING = (0, graphql_tag_1.gql) `
|
147
147
|
mutation StopUseComputing($computingId: String!, $userId: String!) {
|
148
|
-
stopUseComputing(computingId:
|
148
|
+
stopUseComputing(computingId: $computingId, userId: $userId) {
|
149
149
|
id
|
150
150
|
name
|
151
151
|
username
|