# cographql
**Repository Path**: mirrors_ecomfe/cographql
## Basic Information
- **Project Name**: cographql
- **Description**: GraphQL collaboration tools.
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: develop
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-08
- **Last Updated**: 2026-01-24
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
GraphQL collaboration tools. *(Work In Progress)*
[![Build Status][travis-image]][travis-url]
[![Coverage Status][coveralls-image]][coveralls-url]
[![NPM version][npm-image]][npm-url]
## Usage
```bash
cographql --schema ./myTargetSchema.graphql --endpoint http://my.dev.server/graphql
```
[travis-url]: https://travis-ci.org/ecomfe/cographql
[travis-image]: https://img.shields.io/travis/ecomfe/cographql/master.svg
[coveralls-url]: https://coveralls.io/github/ecomfe/cographql
[coveralls-image]: https://img.shields.io/coveralls/ecomfe/cographql/master.svg
[npm-url]: https://www.npmjs.com/package/cographql
[npm-image]: https://img.shields.io/npm/v/cographql.svg
## Development
```bash
# 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
```