updateConversationMembershipInput
Autogenerated input type of updateConversationMembership
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of updateConversationMembership"""input updateConversationMembershipInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") archived: Boolean id: ID viewed: Boolean}