Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felippepuhle/coc-graphql
GraphQL Language Service extension for coc.nvim
https://github.com/felippepuhle/coc-graphql
Last synced: 17 days ago
JSON representation
GraphQL Language Service extension for coc.nvim
- Host: GitHub
- URL: https://github.com/felippepuhle/coc-graphql
- Owner: felippepuhle
- Created: 2020-07-26T17:40:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:31:26.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T16:55:51.766Z (3 months ago)
- Language: TypeScript
- Size: 859 KB
- Stars: 50
- Watchers: 2
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - coc-graphql
README
# coc-graphql
[GraphQL Language Service](https://github.com/graphql/graphiql) extension for [coc.nvim](https://github.com/neoclide/coc.nvim).
## Deprecation warning
Package not needed, please use the LSP directly via [CoC configuration](https://github.com/neoclide/coc.nvim/wiki/Language-servers\#graphql)
## Install
1. Add [vim-graphql](https://github.com/jparise/vim-graphql)
2. In your vim/neovim, run command:
```
:CocInstall coc-graphql
```3. Add a valid [graphql-config](https://github.com/kamilkisiela/graphql-config) file in the project root.
## Configuration options
- `graphql.debug` - (default: `false`)
- `graphql.filetypes` - (default: `['graphql', 'javascript', 'javascriptreact', 'typescript', 'typescriptreact', 'reason']`)
- `graphql.watcherPattern` - (default: `"**/*.{graphql,gql,js,jsx,ts,tsx,re}"`)## License
MIT