UNPKG

fauna-gql-upload

Version:

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

3 lines (2 loc) 122 B
import { IndexResource } from "../types"; export default function updateIndexes(indexes: IndexResource[]): Promise<void>;