Can you share some screenshots / sample data from what's returned? GraphQL results are pretty different from most standard DB queries, and tables expect data sources to be formatted a certain way so they know what's a row / column / data. You'll likely need to transform your GraphQL data into a format that makes sense for the tables.