Skip to content

createMessageBlastInput

Autogenerated input type of createMessageBlast

Fields

deprecated DO NOT USE
select_all_status · 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

Used By

Definition

"""
Autogenerated input type of createMessageBlast
"""
input createMessageBlastInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
dietitian_id: ID
name: String
note: NoteInput
patient_id: ID
scheduled_at: ISO8601DateTime
"""
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
"""
select_all_status: String
simple_added_users: String
}