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:
Joel Jacob Stephen
2023-03-22 18:19:37 +05:30
committed by GitHub
parent 3df0492275
commit 5164315243
16 changed files with 122 additions and 84 deletions

View File

@@ -1,3 +1,3 @@
mutation MakeUserAdmin($uid: String!) {
mutation MakeUserAdmin($uid: ID!) {
makeUserAdmin(userUID: $uid)
}