0.0.1 • Published 4 years ago

coc-graphql v0.0.1

Weekly downloads
184
License
MIT
Repository
github
Last release
4 years ago

coc-graphql

GraphQL Language Service extension for coc.nvim.

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