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

Package "graphql-swipl"

Title:GraphQL Prolog Library
Rating:Not rated. Create the first rating!
Latest version:0.0.1
SHA1 sum:057cffd1cb44d7d23535e6eba29a61fccd15b1f9
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.1057cffd1cb44d7d23535e6eba29a61fccd15b1f91https://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-swipl"

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