table
query
Get table by ID
Retrieves a table's details, including number, capacity, and current status.
query {
table(companyId: Int!, tableId: String!, options: TableOptionsSingle): Table!
}Returns: Table!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
tableId | String! | |
options | TableOptionsSingle |