• 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.

    Parameters

    • builder: default
    • options: Options

    Returns void | Promise<void>

    Remarks

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

    References:

Generated using TypeDoc