forked from cerc-io/snowballtools-base
Nabarun Gogoi
0aa35d05f4
* Add mutation for adding project member * Add GQL client method for add project member * Handle review comments * Integrate add project member GQL client method * Handle cascades for project members and user organizations * Add null type to user.name and domain.redirectTo --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
18 lines
298 B
JSON
18 lines
298 B
JSON
[
|
|
{
|
|
"name": "Saugat Yadav",
|
|
"email": "saugaty@airfoil.studio",
|
|
"isVerified": true
|
|
},
|
|
{
|
|
"name": "Gideon Low",
|
|
"email": "gideonl@airfoil.studio",
|
|
"isVerified": true
|
|
},
|
|
{
|
|
"name": "Sushan Yadav",
|
|
"email": "sushany@airfoil.studio",
|
|
"isVerified": true
|
|
}
|
|
]
|