INPUT_OBJECT

ChangeOwnershipAppointmentInput

link GraphQL Schema definition

  • input ChangeOwnershipAppointmentInput {
  • ownerId: ID!
  • unitId: ID!
  • keepOwnerAsAttendee: Boolean!
  • # Identifier of the AppointmentEntity to perform the action on.
  • id: ID!
  • clientMutationId: String
  • }

link Require by