Files
web-frontend/graphql/operations/auth/me.graphql
T

9 lines
63 B
GraphQL

query Me {
me {
id
email
fullName
role
}
}