- Circular input objects? Do we want that? (use
Newtype
if we want) - Subscriptions
- port of https://github.com/dillonkearns/elm-graphql/
- was based originally on https://github.com/dyerw/purescript-fernet
npm install "git+https://github.com/purescript-graphqlclient/purescript-graphqlclient#COMMIT_HASH"
# or
yarn add "git+https://github.com/purescript-graphqlclient/purescript-graphqlclient#COMMIT_HASH"
purescript-graphqlclient-generator --input-url … --output … --api … --custom-scalars-module …
purescript
:~0.14.0
spago
:~0.20.0
yarn generator:bundle
# test with
node bin/purescript-graphqlclient-generator --help
spago install
spago --config generator-spago.dhall install
./regenerate-examples.sh
yarn run examples:test --watch
git push
yarn install
# check ./regenerate-examples.sh file
spago --config generator-spago.dhall run \
--main GraphQLClientGenerator.Main \
--node-args "--help"