OBJECT
BanUserFromChatRoomPayload
link GraphQL Schema definition
1 type BanUserFromChatRoomPayload { 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 : BanUserFromChatRoomError 8 9 }