目录

CoGraphQL

GraphQL collaboration tools. (Work In Progress)

Build Status Coverage Status NPM version

Usage

cographql --schema ./myTargetSchema.graphql --endpoint http://my.dev.server/graphql

Development

# install dependencies
# 如果没有 yarn,先用 npm i -g yarn 安装
yarn

# watch & compile files
npm run watch

# dev, run web server
npm run dev

# lint by fecs
npm run lint

# test & coverage
npm test
邀请码