Files
hoppscotch/packages/hoppscotch-app/helpers/backend/gql/queries/Me.graphql
2021-10-08 23:51:06 +05:30

8 lines
74 B
GraphQL

query Me {
me {
uid
displayName
photoURL
eaInvited
}
}