tableDelete
mutation
Delete tables
Removes one or more tables from the company.
mutation {
tableDelete(companyId: Int!, tableId: [String!]!): DeletionError!
}Returns: DeletionError!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
tableId | [String!]! |