From aed265efcc2fbc8e69783270b6e8ef6f13667601 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Tue, 13 Jun 2017 22:01:58 +0700 Subject: [PATCH] Use correct fragment name --- client/coral-framework/graphql/fragments.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/coral-framework/graphql/fragments.js b/client/coral-framework/graphql/fragments.js index 3c64090bd..110f0796b 100644 --- a/client/coral-framework/graphql/fragments.js +++ b/client/coral-framework/graphql/fragments.js @@ -7,7 +7,7 @@ export default { 'SuspendUserResponse', 'RejectUsernameResponse', 'SetUserStatusResponse', - 'PostCommentResponse', + 'CreateFlagResponse', 'EditCommentResponse', 'PostFlagResponse', 'CreateDontAgreeResponse', @@ -17,3 +17,4 @@ export default { 'StopIgnoringUserResponse', ) }; +