INPUT_OBJECT

AttendedClientsInput

Payload for an AttendedClient

link GraphQL Schema definition

  • input AttendedClientsInput {
  • # If the client attended the event
  • attended: Boolean
  • # If the client cancelled the event
  • cancelled: Boolean
  • # If the client confirmed the event
  • confirmed: Boolean
  • # The unique identifier of the object
  • id: ID
  • # The ID of the user
  • user_id: ID
  • }