GraphQL Language Service extension for coc.nvim.
Package not needed, please use the LSP directly via CoC configuration
-
Add vim-graphql
-
In your vim/neovim, run command:
:CocInstall coc-graphql
-
Add a valid graphql-config file in the project root.
graphql.debug
- (default:false
)graphql.filetypes
- (default:['graphql', 'javascript', 'javascriptreact', 'typescript', 'typescriptreact', 'reason']
)graphql.watcherPattern
- (default:"**/*.{graphql,gql,js,jsx,ts,tsx,re}"
)
MIT