emoji message } } } data class Viewer( val __typename: String = "User", /** * The username used to login. */ val login: String, /** * The user's public profile bio. */ val bio: String?, /** * The user's description of what they're currently doing. */ val status: UserQuery.Status? )