Skip to content

Commit 396aca7

Browse files
Revert "CL-1753 | + Anuja | + venky | feat: add rollback command for previous deployments with GraphQL integration"
This reverts commit ada3a18.
1 parent cdab0e5 commit 396aca7

3 files changed

Lines changed: 0 additions & 355 deletions

File tree

src/commands/launch/rollback.ts

Lines changed: 0 additions & 335 deletions
This file was deleted.

src/graphql/mutation.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -76,24 +76,8 @@ const importProjectMutation: DocumentNode = gql`
7676
}
7777
`;
7878

79-
const rollbackDeploymentMutation: DocumentNode = gql`
80-
mutation RollbackDeployment($input: RollbackDeploymentInput!) {
81-
deployment: rollbackDeployment(input: $input) {
82-
uid
83-
status
84-
createdAt
85-
updatedAt
86-
commitHash
87-
commitMessage
88-
deploymentUrl
89-
deploymentNumber
90-
}
91-
}
92-
`;
93-
9479
export {
9580
importProjectMutation,
9681
createDeploymentMutation,
97-
rollbackDeploymentMutation,
9882
createSignedUploadUrlMutation,
9983
};

src/graphql/queries.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,10 @@ const environmentsQuery: DocumentNode = gql`
161161
edges {
162162
node {
163163
uid
164-
status
165-
gitBranch
166-
commitHash
167164
createdAt
168165
commitMessage
169166
deploymentUrl
170167
deploymentNumber
171-
isRollbackEligible
172168
}
173169
}
174170
}

0 commit comments

Comments
 (0)