taskcafe/web/src/shared/graphql/me.graphqls
2020-04-20 18:04:27 -05:00

11 lines
104 B
GraphQL

query me {
me {
firstName
lastName
profileIcon {
initials
bgColor
}
}
}