OBJECT
A type that describes the returned payload from the RemoveChannelMember mutation.
type RemoveChannelMemberPayload {# The user id of the member or contributor removed from the channel.userId: String! # The Channel from which the User has been removed.channelId: String! }