8000 GitHub - willemolding/holochain-graphQL-poc: A proof of concept for using GraphQL as an interface to holochain
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

willemolding/holochain-graphQL-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Test for Holochain

build

hc package --strip-meta

run

mkdir -p ./tmp-storage && holochain_container -c ./container-config.toml

and to test use

curl -X POST -H "Content-Type: application/json" -d '{"jsonrpc": "2.0", "method": "graphql-test/users/main/graphql", "id":123, "params": {"query": "query { apiVersion }"} }' localhost:3400

About

A proof of concept for using GraphQL as an interface to holochain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0