UNPKG

@gqty/cli

Version:

## Visit [https://gqty.dev/docs/cli/codegen](https://gqty.dev/docs/cli/codegen)

8 lines (7 loc) 313 B
export { defaultConfig, loadOrGenerateConfig } from './config'; export type { GQtyConfig as gqtyConfig, GQtyConfig } from './config'; export * from './generate'; export { __innerState } from './innerState'; export * from './inspectWriteGenerate'; export * from './introspection'; export * from './writeGenerate';