Did you know ... Search Documentation:
Packs (add-ons) for SWI-Prolog

Package "graphql"

Title:GraphQL Prolog Library
Rating:Not rated. Create the first rating!
Latest version:0.0.1
SHA1 sum:622ddbb111a7583a0d9edfb5b33a06e68baacdfd
Author:Naohiro Tamura <naohirot@jp.fujitsu.com>
Home page:https://github.com/NaohiroTamura

Reviews

No reviews. Create the first review!.

Details by download location

VersionSHA1#DownloadsURL
0.0.1622ddbb111a7583a0d9edfb5b33a06e68baacdfd41https://github.com/NaohiroTamura/graphql.git

GraphQL Prolog Library

Installation

?- pack_install('https://github.com/NaohiroTamura/graphql.git').

?- use_module(library(graphql)).

Run tests

$ 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.

Contents of pack "graphql"

Pack contains 8 files holding a total of 17.0K bytes.