An extensible interface for a set of Fauna endpoints.
Leverage the [key: string]: URL; field to extend to other endpoints.
[key: string]: URL;
Any other endpoint you want your client to support. For example, if you run all requests through a proxy configure it here. Most clients will not need to leverage this ability.
Fauna's default endpoint.
An endpoint for interacting with local instance of Fauna (e.g. one running in a local docker container).
An alias for local.
An extensible interface for a set of Fauna endpoints.
Remarks
Leverage the
[key: string]: URL;
field to extend to other endpoints.