OBJECT
UnbanUserFromChatRoomPayload
link GraphQL Schema definition
1 type UnbanUserFromChatRoomPayload { 2 3 # The new ban status of this user regarding the specified channel. 4 : ChatRoomBanStatus 5 6 # Mutation error caused by the user input. 7 : UnbanUserFromChatRoomError 8 9 }