OBJECT
ChatSetting
link GraphQL Schema definition
- type ChatSetting {
- String :
- String :
- # end of scheduled autoreply period
- String :
- Boolean :
- Boolean :
- ID! :
- Boolean :
- # true if within recurring messaging period
- Boolean :
- Boolean :
- # tells whether or not the recurring messages should be all day or for a time
- # range
- Boolean :
- # content for recurring autoreplies
- String :
- # Front-end friendly version of recurring days
- RecurringDaysData :
- # end of time range for recurring messages
- String :
- String :
- String :
- String :
- # start of time range for recurring messages
- String :
- # each recurring day is either nil, all_day, or a string representation of a time
- # range
- String :
- String :
- String :
- # Indicates whether or not recurring messaging has been set up
- Boolean :
- String :
- Boolean :
- # beginning of scheduled autoreply period
- String :
- # setting owner
- ID :
- }