Skip to main content

TableAllocation

Defines the table and chair allocation for a function attendee.

type TableAllocation {
chairNumber: Int!
tableName: String
tableNumber: Int!
}

Fields

TableAllocation.chairNumber ● Int! non-null scalar

The chair number of the table allocation.

TableAllocation.tableName ● String scalar

The name of the table allocation. Optional.

TableAllocation.tableNumber ● Int! non-null scalar

The table number of the table allocation.

Member Of

FunctionGuest object