Add GQL mutation for rollback deployment (#46)

* Show project owner in member tab panel

* Implement mutation for rollback deployment

* Fix project members count

---------

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
This commit is contained in:
2024-02-01 11:37:57 +05:30
committed by Ashwin Phatak
co-authored by neeraj
parent 1ae1564878
commit 8c38d4788e
8 changed files with 70 additions and 4 deletions
+10
View File
@@ -29,6 +29,16 @@
"branch": "prod",
"commitHash": "testXyz"
},
{
"projectIndex": 0,
"domainIndex": null,
"title": "nextjs-boilerplate-4",
"status": "Ready",
"environment": "Production",
"isCurrent": false,
"branch": "prod",
"commitHash": "testXyz"
},
{
"projectIndex": 1,
"domainIndex":3,