OBJECT
type TableData {columns: [TableDataColumn!]! rowData: [[String!]!]! sortField: String sortDirection: String }