[][src]Module faunadb::expr

A Fauna expression that is either a value or a function that evaluates to a value.

Structs

Array
Bytes
ClassPermission

Creating, reading, and modifying an instance in a class is controlled by the class’s permissions.

FunctionPermission

Calling a function is controlled by its permissions.

IndexPermission

Query access to an index is controlled by its permissions.

InstancePermission

An instance also has permissions, which are applied in addition to permissions defined on its class.

Object
Ref

Denotes a resource ref.

Set

Enums

AnnotatedExpr

A special expression with an annotation marker.

Expr

A representation of a FaunaDB Query Expression.

Level

Permission level definition.

Number
SimpleExpr

A simple expression with no annotation.