UNPKG

fauna-gql-upload

Version:

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

7 lines (6 loc) 157 B
interface Endpoint { graphql: string; api: string; } export default function getEndpoint(_useSavedEndpoint?: boolean): Promise<Endpoint>; export {};