From 58358450928c9350f04ba1cc0b9eaef1aebb5c6b Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Mon, 4 Jun 2018 22:37:31 +0200 Subject: [PATCH] Fix write fragment --- client/coral-framework/graphql/mutations.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/coral-framework/graphql/mutations.js b/client/coral-framework/graphql/mutations.js index 245fe2b2f..8191c2cd0 100644 --- a/client/coral-framework/graphql/mutations.js +++ b/client/coral-framework/graphql/mutations.js @@ -246,7 +246,9 @@ const SetUsernameStatusFragment = gql` fragment Talk_SetUsernameStatus on User { state { status { - username + username { + status + } } } }