Fix fresh login on profile

This commit is contained in:
Chi Vinh Le
2017-04-21 02:27:26 +07:00
parent 00e24ce88a
commit 4519a550a2
+10
View File
@@ -11,6 +11,16 @@ const ME_QUERY = gql`
query Me {
me {
status
comments {
id
body
asset {
id
title
url
}
created_at
}
}
}
`;