11 lines
115 B
GraphQL
11 lines
115 B
GraphQL
|
query GET_SESSION{
|
||
|
getSession{
|
||
|
adminUserEmail
|
||
|
profile {
|
||
|
id
|
||
|
email
|
||
|
firstName
|
||
|
}
|
||
|
}
|
||
|
}
|