INPUT_OBJECT
createConversationInput
Autogenerated input type of createConversation
link GraphQL Schema definition
- input createConversationInput {
- # A unique identifier for the client performing the mutation.
- String :
- String :
- # Deprecated. Use owner_id instead if you want the provider to be the owner
- String :
- String :
- # The ID of the owner of the conversation. Defaults to current_user when not sent
- # in
- ID :
- # Deprecated. Just send in the patient via added_users
- String :
- AddedUsersInput] : [
- NoteInput :
- # 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 :
- }