tableCreate
mutation
Create table
Adds a new table to the company's POS/restaurant setup.
mutation {
tableCreate(companyId: Int!, data: TableInsert!): Table!
}Returns: Table!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | TableInsert! |
Create table
Adds a new table to the company's POS/restaurant setup.
mutation {
tableCreate(companyId: Int!, data: TableInsert!): Table!
}Returns: Table!
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | TableInsert! |