Installation on Bucklescript
First, add it to you dependencies using npm or yarn:
yarn add @reasonml-community/graphql-ppx --dev
# or
npm install @reasonml-community/graphql-ppx --saveDev
Second, add it to ppx-flags and dependencies in your bsconfig.json:
"bs-dependencies": [
"@reasonml-community/graphql-ppx"
],
"ppx-flags": ["@reasonml-community/graphql-ppx/ppx"]