UNPKG

@onn-software/ddl-to-gql

Version:

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

4 lines (3 loc) 111 B
export declare class MainGenerator { execute(sqlLibrary?: string | 'knex', gqlNoRoot?: boolean): string; }