mirror of
https://github.com/wassname/talk.git
synced 2026-07-19 11:28:50 +08:00
Fix fresh login on profile
This commit is contained in:
@@ -11,6 +11,16 @@ const ME_QUERY = gql`
|
||||
query Me {
|
||||
me {
|
||||
status
|
||||
comments {
|
||||
id
|
||||
body
|
||||
asset {
|
||||
id
|
||||
title
|
||||
url
|
||||
}
|
||||
created_at
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user