• CreateViewFields creates a new FieldsList from the provided select query.

    There are some caveats:

    • The select query must have an "id" column.
    • Wildcard ("*") columns are not supported to avoid accidentally leaking sensitive data.

    Parameters

    • selectQuery: string

    Returns core.FieldsList

Generated using TypeDoc