UNPKG

fauna-gql-upload

Version:

Manage your FaunaDB resources in within your project and upload them using a single command

5 lines (4 loc) 152 B
import { Client, query } from "faunadb"; declare function getClient(): Promise<Client>; export declare const q: typeof query; export default getClient;