> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.revvue.ai/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.revvue.ai/_mcp/server.

# BookingIntegrationSource

GraphQL enum

An enumeration.

Reference: https://docs.revvue.ai/api-reference/companies-locations/types/enums/booking-integration-source

## Values

- `DINNER_BOOKING`
- `GASTRO_PLANNER`
- `FRESTO`
- `RES_DIARY`
- `SEVEN_ROOMS`
- `COLLINS`
- `OPEN_TABLE`
- `ZONAL`
- `BOOKED_IT`
- `EASY_TABLE`
- `BOOKABLE_TECH`

## Definition

```graphql
enum BookingIntegrationSource {
  DINNER_BOOKING
  GASTRO_PLANNER
  FRESTO
  RES_DIARY
  SEVEN_ROOMS
  COLLINS
  OPEN_TABLE
  ZONAL
  BOOKED_IT
  EASY_TABLE
  BOOKABLE_TECH
}
```