8 lines
54 B
GraphQL
8 lines
54 B
GraphQL
query Me {
|
|
me {
|
|
id
|
|
email
|
|
fullName
|
|
}
|
|
}
|