This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
admin-panel/graphql-types/node_modules/graphql-config/README.md

28 lines
1.4 KiB
Markdown

![GraphQL Config](https://i.imgur.com/hw5tXw2.gif "GraphQL Config")
[![npm version](https://badge.fury.io/js/graphql-config.svg)](https://npmjs.com/package/graphql-config)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![renovate-app badge](https://img.shields.io/badge/renovate-app-blue.svg)](https://renovateapp.com/)
[![Discord Chat](https://img.shields.io/discord/625400653321076807)](https://discord.gg/xud7bH9)
**GraphQL Config** - one configuration for all your GraphQL tools (supported by most tools, editors & IDEs).
The easiest way to configure your development environment with your GraphQL Schema.
**As a developer**, you gain simplicity and a central place to setup libraries, tools and your IDE extensions.
**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.
## Example
```yaml
schema: ./schema.json
documents: ./src/components/**/*.jsx
```
## Installation and Usage
Visit our website [**graphql-config.com**](https://graphql-config.com/) to learn more about the GraphQL Config.
## Help & Community
Join our [Discord chat](https://discord.gg/xud7bH9) if you run into issues or have questions. We love talking to you!