1.0.5 • Published 2 years ago

@baotg/graphql v1.0.5

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
2 years ago

Installation

Use the package manager to install @baotg/graphql (if you have been published to npm registry)

yarn add @baotg/graphql

Local Development

For development, a package can be linked into another project. This is often useful to test out new features

  cd jobhopin-core
  yarn link

Use yarn link @baotg/graphql to link another package that you’d like to test into your current project.

Usage

import { isDev } from '@baotg/graphql/dist/utils';

isDev();

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.