Axinom Mosaic Libraries
    Preparing search index...

    Variable OmitFromQueryRootPluginConst

    OmitFromQueryRootPlugin: Plugin = ...

    Plugin for omitting tables from query root but keeping them still accessible from entities through relations.

    Add omitFromQueryRoot: true, to tags object of postgraphile smart tags for table you want to omit.

    This is different from @omit all many as the tables are still accessible through relations.

    References: