OBJECT
TimePickerResponseAttachment
A time picker response attachment
link GraphQL Schema definition
- type TimePickerResponseAttachment {
- # Title of the event
- String! :
- # Identifier of the time picker event
- UUID! :
- # Image of the event
- ConversationMessageAttachmentImageLink :
- # Number of minutes from GMT specifying the timezone of the event's location
- Int! :
- # Location of the event
- LocationAttachment :
- # Selected time slot
- TimeSlotAttachment! :
- }