# @newmo/graphql-fake-core

GraphQL Fake Core Library.

## Usage

See <https://github.com/newmo-oss/graphql-fake-server>

## Features

- Example directive using `@exampleString` etc...
- Generate Mock data model from GraphQL Schema
- Run mock data model and get mock data

## Tests

```sh
npm test
```

## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

## License

MIT 

## Credits

- [mizdra/graphql-codegen-typescript-fabbrica: GraphQL Code Generator Plugin to define fake data factory.](https://github.com/mizdra/graphql-codegen-typescript-fabbrica)
