OBJECT
ConversationMembership
ConversationMembership entry, returns basic info related to conversation participant
link GraphQL Schema definition
- type ConversationMembership {
- # Toggle for archive status
- Boolean! :
- # Conversation id of conversation membership
- ID :
- # Role in conversation
- String :
- # Conversation linked to this membership
- Conversation :
- # The time the conversation of the
- User :
- # The date the Conversation Membership was created
- String! :
- # The creator of this ConversationMembership
- User :
- # Pagination cursor
- Cursor! :
- # URL to the avatar to display
- String :
- # Either the name of the owner or conversation subject?
- String :
- # The first name and last name initial of the owner
- String :
- # Display the other user first name for non group convos
- String :
- # Display title or other user name for non group convos
- String :
- # The unique identifier of the membership
- ID! :
- # Get last conversation task
- #
- # Arguments
- # notes_type: The type of the notes
- String): Task ( :
- # Datetime membership was updated
- String! :
- # The creator of membership
- ID :
- # The list of users in conversation (to use in place of display name
- String :
- # Whether the conversation has been viewed
- Boolean! :
- }
link Require by
- ConversationAn association between conversation holders
- deleteConversationMembershipPayloadAutogenerated return type of deleteConversationMembership.
- QueryThe query root of this schema. See available queries.
- SubscriptionSubscriptions for events tracking
- updateConversationMembershipPayloadAutogenerated return type of updateConversationMembership.