GetUserInfo.graphql 80 B

12345678
  1. query GetUserInfo {
  2. me {
  3. uid
  4. displayName
  5. email
  6. photoURL
  7. }
  8. }