UNPKG

fauna-gql-upload

Version:

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

4 lines (3 loc) 213 B
import { ResourceType, UploadResourcesOptions } from "../types"; declare function uploadResources(dir: string, type: ResourceType, options?: UploadResourcesOptions): Promise<void>; export default uploadResources;