tables
query
List tables
Retrieves all tables configured for the company — used in POS/restaurant environments for seating management.
query {
tables(companyId: Int!, options: TableOptions): Tables!
}Returns: Tables!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | TableOptions |