Files
hoppscotch/packages/hoppscotch-app/helpers/backend/gql/queries/Me.graphql
2021-10-10 20:44:18 +05:30

8 lines
74 B
GraphQL

query Me {
me {
uid
displayName
photoURL
eaInvited
}
}