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

8 lines
54 B
GraphQL

query Me {
me {
id
email
fullName
}
}