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

10 lines
90 B
GraphQL
Raw Normal View History

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