Coc-graphql

From wikinotes

Documentation

github https://github.com/felippepuhle/coc-graphql

Install

" requirement
Plug 'https://github.com/jparise/vim-graphql'

:CocInstall coc-graphql

Configuration

Add a graphql-config to your project

# ${project}/.graphqlrc
# See: https://graphql-config.com/introduction

schema: 'packages/api/src/schema.graphql'
documents: 'packages/app/src/components/**/*.graphql'