Add and refresh environment variables in project settings tab (#37)

* Create and use add environment variables gql client method

* Implement get environment variables method

* Display fetched environment variables

* Refactor create environment variables submit handler

* Use environment variables type from gql-client

* Add fixtures for project member

---------

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 c2b997a17b
commit 44310d4eb8
12 changed files with 191 additions and 61 deletions
+36 -1
View File
@@ -2,11 +2,46 @@
{
"memberIndex": 1,
"projectIndex": 0,
"permissions": ["View", "Edit"]
"permissions": ["View"]
},
{
"memberIndex": 2,
"projectIndex": 0,
"permissions": ["View", "Edit"]
},
{
"memberIndex": 2,
"projectIndex": 1,
"permissions": ["View"]
},
{
"memberIndex": 0,
"projectIndex": 2,
"permissions": ["View"]
},
{
"memberIndex": 1,
"projectIndex": 2,
"permissions": ["View", "Edit"]
},
{
"memberIndex": 0,
"projectIndex": 3,
"permissions": ["View"]
},
{
"memberIndex": 2,
"projectIndex": 3,
"permissions": ["View", "Edit"]
},
{
"memberIndex": 1,
"projectIndex": 4,
"permissions": ["View"]
},
{
"memberIndex": 2,
"projectIndex": 4,
"permissions": ["View", "Edit"]
}
]