Me.graphql 74 B

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