UNPKG

@graphql-tools/prisma-loader

Version:

A set of utils for faster development of GraphQL tools

12 lines (11 loc) 311 B
export interface ParseEndpointResult { service: string; clusterBaseUrl: string; stage: string; isPrivate: boolean; local: boolean; shared: boolean; workspaceSlug: string | null; clusterName: string; } export declare function parseEndpoint(endpoint: string): ParseEndpointResult;