taskcafe/web/src/shared/graphql/me.graphqls

11 lines
104 B
GraphQL
Raw Normal View History

2020-04-20 05:02:55 +02:00
query me {
me {
firstName
lastName
profileIcon {
initials
2020-04-21 01:04:27 +02:00
bgColor
2020-04-20 05:02:55 +02:00
}
}
}