fix: modified graphql files in dashboard users and teams module to match resolver changes (#50)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
committed by
GitHub
parent
3df0492275
commit
5164315243
@@ -1,4 +1,4 @@
|
||||
mutation CreateTeam($userUid: String!, $name: String!) {
|
||||
mutation CreateTeam($userUid: ID!, $name: String!) {
|
||||
createTeamByAdmin(userUid: $userUid, name: $name) {
|
||||
id
|
||||
name
|
||||
|
||||
Reference in New Issue
Block a user