UNPKG

@hasura/metadata-api

Version:
6 lines (5 loc) 142 B
import type { GraphQLName } from './GraphQLName'; export type ColumnConfig = { comment?: string | null; custom_name?: GraphQLName; };