Did you know ... | Search Documentation: |
Pack graphql -- README.md |
?- pack_install('https://github.com/NaohiroTamura/graphql.git'). ?- use_module(library(graphql)).
$ swipl -l tests/test_graphql.pl
?- setenv('GITHUB_ACCESS_TOKEN', 'set_your_github_personal_access_token'). true. ?- run_tests. % PL-Unit: github . done % test passed true.