8 lines
74 B
GraphQL
8 lines
74 B
GraphQL
query Me {
|
|
me {
|
|
uid
|
|
displayName
|
|
photoURL
|
|
eaInvited
|
|
}
|
|
} |