@thangnv-dev/graphql-nest
v0.0.9
Published
Reusable library package in this monorepo.
Downloads
57
Readme
@thangnv-dev/graphql-nest
Reusable library package in this monorepo.
Install
npm install @thangnv-dev/graphql-nestUsage
import * as api from '@thangnv-dev/graphql-nest'Public API
This package exports the following API surface from src/index.ts:
export {
PageInfo,
Connection,
createConnectionType,
ConnectionArgs,
ConnectionPageMode,
} from './connection.js'
export type {
ConnectionNode,
ConnectionPageInfo,
ConnectionLazyValue,
ConnectionResult,
ConnectionArgsShape,
} from './connection.js'
export { GqlModule } from './graphql.module.js'
export { applyUdtDirective, UDT_DIRECTIVE_DEFINITION } from './udt.directive.js'
Development
yarn workspace @thangnv-dev/graphql-nest build
yarn workspace @thangnv-dev/graphql-nest test