Boulevard / book-sdk

The Boulevard booking SDK
MIT License
4 stars 1 forks source link

[API-1216] Fix appointment queries #11

Closed opsb closed 1 year ago

opsb commented 1 year ago

The baseAppointmentServiceId was added to the appointmentServices field but the PlatformClient which book-sdk binds to doesn't contain it (it's only available in the PlatformAdmin schema). This meant that Appointment queries were failing with errors because they requested the field which doesn't exist.