INPUT_OBJECT
updateConversationInput
Autogenerated input type of updateConversation
link GraphQL Schema definition
- input updateConversationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # The ID of a user closing the conversation
- ID :
- # If TRUE, next time a PRovider closes a conversation will not see the warning
- # pop-up about closing the conversation
- Boolean :
- ID :
- String :
- # The value of the select all toggle. This overrides simple_added_users and allows
- # you to easily add all of a category to the conversation. Requires
- # simple_added_users to be sent in as well
- String :
- String :
- }