From b79a07275ff5915a12699f41fe0b59edafa356df Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Thu, 22 Feb 2018 10:24:44 +0100 Subject: [PATCH] Rename fragment --- .../talk-plugin-notifications-category-reply/client/graphql.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/talk-plugin-notifications-category-reply/client/graphql.js b/plugins/talk-plugin-notifications-category-reply/client/graphql.js index 2b216aa95..623e72366 100644 --- a/plugins/talk-plugin-notifications-category-reply/client/graphql.js +++ b/plugins/talk-plugin-notifications-category-reply/client/graphql.js @@ -12,7 +12,7 @@ export default { } const fragment = gql` - fragment TalkNotifications_User_Fragment on User { + fragment TalkNotificationsCategoryReply_User_Fragment on User { notificationSettings { onReply }