Menu
GraphQL LogoGraphql-ppxDocsChangelog
GitHub
GraphQL LogoGraphql-ppx
  • Docs
  • Changelog
  • GitHub
  • Getting Started
    • Introduction
    • Installation
    • Installation on Bucklescript
    • Installation on Reason Native
    • Clients
    • Getting Started
  • Usage
    • GraphQL extension point
    • Definition
    • Operation
    • Fragment
    • Custom Fields
    • Directives
    • Configuration
  • Guides
    • Extending graphql-ppx
    • Using with Apollo Client
    • Using with Gatsby
  • Advanced
    • Future Added Values
    • troubleshooting
    • Not supported yet
    • Contributing

Contributing

#Developing

npm install -g esy@latest
esy install
esy build
npm install

#Running tests

#BuckleScript

esy test

#Native

For native run:

esy dune runtest -f
Previous
« Not supported yet
  • Developing
  • Running tests
    • BuckleScript
    • Native

Docs

  • Docs