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.
omitFromQueryRoot: true,
tags
This is different from @omit all many as the tables are still accessible through relations.
@omit all many
References:
Generated using TypeDoc
Plugin for omitting tables from query root but keeping them still accessible from entities through relations.
Add
omitFromQueryRoot: true,
totags
object of postgraphile smart tags for table you want to omit.