@thangnv-dev/graphql-common
v0.0.9
Published
Reusable library package in this monorepo.
Readme
@thangnv-dev/graphql-common
Reusable library package in this monorepo.
Install
npm install @thangnv-dev/graphql-commonUsage
import * as api from '@thangnv-dev/graphql-common'Public API
This package exports the following API surface from src/index.ts:
export {
GraphQLBinary,
GraphQLDuration,
GraphQLInstant,
GraphQLInt64,
GraphQLPlainDate,
GraphQLPlainDateTime,
GraphQLPlainTime,
GraphQLZonedDateTime,
} from './scalars.js'
Development
yarn workspace @thangnv-dev/graphql-common build
yarn workspace @thangnv-dev/graphql-common test