A request to make to Fauna.

interface QueryRequest<T> {
    arguments?: EncodedObject;
    query: T;
}

Type Parameters

Properties

Properties

arguments?: EncodedObject

Optional arguments. Variables in the query will be initialized to the value associated with an argument key.

query: T

The query