coc-graphql

GraphQL extension for coc.nvim

MIT License

Stars
7

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