- Circular input objects? Do we want that? (use
Newtypeif 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-graphql-client/purescript-graphql-client#COMMIT_HASH"
# or
yarn add "git+https://github.com/purescript-graphql-client/purescript-graphql-client#COMMIT_HASH"purescript-graphql-client-generator --input-url … --output … --api … --custom-scalars-module …purescript:~0.13.8spago:~0.16.0
yarn bundlespago install
spago --config generator-spago.dhall install
./regenerate-examples.sh
yarn run examples:test --watch
git pushyarn install
# check ./regenerate-examples.sh file
spago --config generator-spago.dhall run \
--main GraphQLClientGenerator.Main \
--node-args "--help"