INPUT_OBJECT
AttendedClientsInput
Payload for an AttendedClient
link GraphQL Schema definition
- input AttendedClientsInput {
- # If the client attended the event
- Boolean :
- # If the client cancelled the event
- Boolean :
- # Reason for cancellation
- String :
- # Other reason for cancellation
- String :
- # If the client confirmed the event
- Boolean :
- # The unique identifier of the object
- ID :
- # The ID of the user
- ID :
- }