Me.graphql 61 B

1234567
  1. query Me {
  2. me {
  3. uid
  4. displayName
  5. photoURL
  6. }
  7. }