Graphql table columns
How do I display all these fields in a table using the MuiInferencer? It doesn't seem to render the location column.
<MuiInferencer
meta={{
post: {
getList: {
fields: [
'id',
'name',
{ user: ['name', 'location'] },
],
},
},
}}
/>