Variable FaunaAPIPathsConst

FaunaAPIPaths: {
    EVENT_FEED: "/feed/1";
    QUERY: "/query/1";
    STREAM: "/stream/1";
} = ...

Readonly object representing the paths of the Fauna API to be used with HTTP clients.