UNPKG

2.28 kBMarkdownView Raw
1![GraphQL Config](https://i.imgur.com/hw5tXw2.gif 'GraphQL Config')
2[![npm version](https://badge.fury.io/js/graphql-config.svg)](https://npmjs.com/package/graphql-config)
3[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
4[![renovate-app badge](https://img.shields.io/badge/renovate-app-blue.svg)](https://renovateapp.com/)
5[![Discord Chat](https://img.shields.io/discord/625400653321076807)](https://discord.gg/xud7bH9)
6
7**GraphQL Config** - one configuration for all your GraphQL tools (supported by most tools, editors & IDEs).
8The easiest way to configure your development environment with your GraphQL Schema.
9
10**As a developer**, you gain simplicity and a central place to setup libraries, tools and your IDE extensions.
11
12**As a library author** GraphQL Config makes it easier to maintain the code responsible for handling configuration, loading GraphQL schemas or even files with GraphQL operations and fragments. GraphQL Config provides a set of useful methods and an easy-to-work-with API.
13
14## Example
15
16```yaml
17schema: ./schema.json
18documents: ./src/components/**/*.jsx
19```
20
21## Installation and Usage
22
23Visit our website [**graphql-config.com**](https://graphql-config.com/) to learn more about the GraphQL Config.
24
25## Help & Community
26
27Join our [Discord chat](https://discord.gg/xud7bH9) if you run into issues or have questions. We love talking to you!
28
29## Contributions
30
31Contributions, issues and feature requests are very welcome. If you are using this package and fixed a bug for yourself, please consider submitting a PR!
32
33And if this is your first time contributing to this project, please do read our [Contributor Workflow Guide](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md) before you get started off.
34
35### Code of Conduct
36
37Help us keep GraphQL Config open and inclusive. Please read and follow our [Code of Conduct](https://github.com/the-guild-org/Stack/blob/master/CODE_OF_CONDUCT.md) as adopted from [Contributor Covenant](https://www.contributor-covenant.org/)
38
39### License
40
41[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg?maxAge=2592000)](https://raw.githubusercontent.com/apollostack/apollo-ios/master/LICENSE)
42
43MIT