UNPKG

@onn-software/ddl-to-gql

Version:

Convert a SQL DDL to a GraphQL implementation with all relations.

9 lines (8 loc) 307 B
import { TableRelationDef } from './model'; export declare class Globals { static TS_PREFIX: string; static GQL_PREFIX: string; static getTypescriptName(tableName: string): string; static getGqlName(tableName: string): string; static composeToRelationKey(r: TableRelationDef): string; }