File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff 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-
9479export {
9580 importProjectMutation ,
9681 createDeploymentMutation ,
97- rollbackDeploymentMutation ,
9882 createSignedUploadUrlMutation ,
9983} ;
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments