Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (20 loc) · 882 Bytes

README.md

File metadata and controls

37 lines (20 loc) · 882 Bytes

coc-graphql

fork from a graphql/vscode-graphql

GraphQL extension for coc.nvim

!! Note & Warning !!

I don't use "GraphQL" regularly, so if you like "GraphQL", please refer or copy to this repository and create coc-graphql by yourself.

Install

vim-plug:

Plug 'yaegassy/coc-graphql', {'do': 'yarn install --frozen-lockfile'}

Prepare

Create GraphQL configuration in your project: .graphqlrc or .graphqlrc.{json,yaml,yml,js,ts,toml} or graphql.config.{json,yaml,yml,js,ts,toml}.

Configuration options

Check the "contributes.configuration" section of package.json.

Thanks

License

MIT


This extension is built with create-coc-extension