UNPKG

@userlab/dx

Version:

Build efficient GraphQL backend

4 lines (3 loc) 208 B
import { GraphQLObjectType } from 'graphql'; import { DxArgs } from '../types'; export declare const getObjectType: ({ name, description, table, uniqueKey, fields, relations, }: DxArgs) => GraphQLObjectType;