Allow Apollo to invalidate old user data

This commit is contained in:
Chi Vinh Le
2017-05-16 18:05:07 +07:00
parent f37c1c3b5d
commit 2ab8cc9481
2 changed files with 2 additions and 0 deletions
@@ -65,6 +65,7 @@ const EMBED_QUERY = gql`
totalCommentCount(excludeIgnored: $excludeIgnored)
}
me {
id
status
}
...${getDefinitionName(Stream.fragments.root)}
@@ -86,6 +86,7 @@ const withQuery = graphql(
gql`
query EmbedStreamProfileQuery {
me {
id
ignoredUsers {
id,
username,