m3-academy-template-vtexio-.../custom/react/graphql/query/GET_SESSION.graphql

11 lines
115 B
GraphQL
Raw Normal View History

2022-08-11 13:06:07 +00:00
query GET_SESSION{
getSession{
adminUserEmail
profile {
id
email
firstName
}
}
}