Skip to content

felippepuhle/coc-graphql

Repository files navigation

coc-graphql

GraphQL Language Service extension for coc.nvim.

Deprecation warning

Package not needed, please use the LSP directly via CoC configuration

Install

  1. Add vim-graphql

  2. In your vim/neovim, run command:

    :CocInstall coc-graphql
    
  3. Add a valid 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

About

GraphQL Language Service extension for coc.nvim

Resources

Stars

Watchers

Forks

Packages

No packages published