near-sapphireN
Refine3y ago
7 replies
near-sapphire

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'] },
          ],
        },
      },
    }}
  />
Was this page helpful?