AttendedClientsInput
Payload for an AttendedClient
Fields
cancellation_reason
· String
· Reason for cancellation other_cancellation_reason
· String
· Other reason for cancellation Used By
Definition
"""Payload for an AttendedClient"""input AttendedClientsInput { """ If the client attended the event """ attended: Boolean
""" If the client cancelled the event """ cancelled: Boolean
""" Reason for cancellation """ cancellation_reason: String
""" Other reason for cancellation """ other_cancellation_reason: String
""" If the client confirmed the event """ confirmed: Boolean
""" The unique identifier of the object """ id: ID
""" The ID of the user """ user_id: ID}