You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requirements on the $PATH to build (should be installed globally)
purescript: ~0.14.0
spago: ~0.20.0
How to bundle a new build
yarn generator:bundle
# test with
node bin/purescript-graphqlclient-generator --help
How to regenerate examples
spago install
spago --config generator-spago.dhall install
spago --config examples-spago.dhall install
# How to create "Personal access tokens"# 1. (optional) check https://docs.github.com/en/graphql/guides/forming-calls-with-graphql#authenticating-with-graphql# 2. go to https://github.com/settings/tokens# 3. create with only "public repos" permissions and name "ps-graphqlclient"export MY_GITHUB_GRAPHQL_ENDPOINT_TOKEN=xxxx
./regenerate-examples.sh
yarn run examples:test --watch
git push