Files
hoppscotch/packages/hoppscotch-app/helpers/backend/gql/queries/Me.graphql
2021-11-02 19:17:09 +05:30

8 lines
74 B
GraphQL

query Me {
me {
uid
displayName
photoURL
eaInvited
}
}