m3-academy-template-vtexio-.../custom/react/graphql/query/GET_SESSION.graphql
Caroline Moran f2a03c53ae first commit
2022-08-11 09:06:07 -04:00

11 lines
115 B
GraphQL

query GET_SESSION{
getSession{
adminUserEmail
profile {
id
email
firstName
}
}
}