Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IQueryFields

The information about fields selected in a query.

Hierarchy

  • IQueryFields

Indexable

[tableName: string]: Array<ISelectField | string>

The table name used in the query with an array holding the name of fields from that table that are selected.