This repository has been archived on 2023-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
imagini/web_native/graphql/me.graphql
2021-02-11 15:35:47 -05:00

14 lines
130 B
GraphQL

query me {
me{
id
createdAt
updatedAt
email
username
firstName
lastName
role
authType
}
}