Fetch the reservation services assigned to a staff member.
Use th.servicesV1().query({ query: { id } }) with the staff member's services ID array from the staff record instead.
th.servicesV1().query({ query: { id } })
services
Generated using TypeDoc
Fetch the reservation services assigned to a staff member.
Use
th.servicesV1().query({ query: { id } })with the staff member'sservicesID array from the staff record instead.