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 + } } } }