snowballtools-base/packages/backend/test/fixtures/users.json
Nabarun Gogoi 0aa35d05f4
Implement functionality to add project members (#48)
* 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>
2024-02-01 15:34:17 +05:30

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
}
]