refactor: updated dashboard gql queries and components to use the new infra type of the updated schema (#3455)
This commit is contained in:
committed by
GitHub
parent
a215860782
commit
9dcbc4a126
@@ -0,0 +1,12 @@
|
||||
query UserInfo($uid: ID!) {
|
||||
infra {
|
||||
userInfo(userUid: $uid) {
|
||||
uid
|
||||
displayName
|
||||
email
|
||||
isAdmin
|
||||
photoURL
|
||||
createdOn
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user