createChatSettingInput
Autogenerated input type of createChatSetting
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of createChatSetting"""input createChatSettingInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") auto_welcome_text: String content: String end_date: String is_active: Boolean is_recurring_active: Boolean no_end_date: Boolean receive_notifications: Boolean receive_notifications_recurring: Boolean recurring_content: String recurring_days_data: RecurringDaysInputObjectType recurring_turned_on: Boolean scheduled_turned_on: Boolean send_auto_welcome: Boolean start_date: String user_id: String}