TableRead
object
Reads a Table.
Returns a Table with the specified ID.
Fields
| Name | Type | Description |
|---|---|---|
tableId | String! | |
visible | Int! | |
status | Int! | |
type | Int! | |
name | String | |
reference | String! | |
notes | String | |
width | Float! | |
height | Float! | |
posX | Float! | |
posY | Float! | |
rotation | Float! | |
color | String! | |
chairs | Int | |
createdAt | DateTime! | |
updatedAt | DateTime! | |
deletionBlockers | [DeletionBlocker!]! | Reasons why this table can't be deleted. Empty array means the table is deletable |
areaId | String! | |
companyId | Int! | |
activeRequestsCount | Int |
Deprecated fields (1)
| Name | Type | Description |
|---|---|---|
deletable | Boolean | Use deletionBlockers instead |