MutationDeleteChatMembershipInput
input MutationDeleteChatMembershipInput {
chatId: ID!
memberId: ID!
}
Fields
MutationDeleteChatMembershipInput.chatId ● ID! non-null scalar
Global identifier of the associated chat.
MutationDeleteChatMembershipInput.memberId ● ID! non-null scalar
Global identifier of the associated user.
Member Of
deleteChatMembership mutation