Fix write fragment

This commit is contained in:
Chi Vinh Le
2018-06-04 22:37:31 +02:00
parent 6674b657ab
commit 5835845092
+3 -1
View File
@@ -246,7 +246,9 @@ const SetUsernameStatusFragment = gql`
fragment Talk_SetUsernameStatus on User {
state {
status {
username
username {
status
}
}
}
}