Initial Commit
This commit is contained in:
13
web_native/graphql/me.graphql
Normal file
13
web_native/graphql/me.graphql
Normal file
@@ -0,0 +1,13 @@
|
||||
query me {
|
||||
me{
|
||||
id
|
||||
createdAt
|
||||
updatedAt
|
||||
email
|
||||
username
|
||||
firstName
|
||||
lastName
|
||||
role
|
||||
authType
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user