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 :
- # creator of this ConversationMembership
- User :
- # 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 :
- ID! :
- # Get last conversation task
- #
- # Arguments
- # notes_type: [Not documented]
- String): Task ( :
- # datetime membership was updated
- String :
- # creator of membership
- ID :
- # 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.
- Subscriptionnull
- updateConversationMembershipPayloadAutogenerated return type of updateConversationMembership