n8n-nodes-semble v2.1.0


n8n-nodes-semble / nodes/Semble/shared/BookingQueries / BOOKING_FIELDS

Variable: BOOKING_FIELDS

const BOOKING_FIELDS: "\n id\n deleted\n cancellationReason\n doctorName\n start\n end\n createdAt\n updatedAt\n videoUrl\n comments\n reference\n billed\n patientId\n onlineBookingPaymentStatus\n patient {\n id\n firstName\n lastName\n email\n }\n location {\n id\n name\n }\n appointment {\n id\n title\n duration\n price\n }\n bookingJourney {\n arrived\n consultation\n departed\n dna\n }\n patientMessagesSent {\n confirmation\n reminder\n followup\n cancellation\n }\n"

Defined in: nodes/Semble/shared/BookingQueries.ts:14

Complete booking fields for GraphQL queries Includes ALL verified accessible booking fields from Semble API Updated with actual API testing to confirm field availability and permissions