Coc-graphql

From wikinotes
Revision as of 03:56, 11 February 2021 by Will (talk | contribs) (→‎Configuration)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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'