Class: Expr

Expr(obj)

new Expr(obj)

A representation of a FaunaDB Query Expression. Generally, you shouldn't need to use this class directly; use the Query helpers defined in module:query.

Parameters:
Name Type Description
obj Object

The object that represents a Query to be treated as an Expression.

Source: