modulepackage
0.0.0-20241103214801-019e7d792c19
Repository: https://github.com/ros2hp/graphql.git
Documentation: pkg.go.dev
# README
A Graphql Query Server
Supports Query operations only.
Queries with multiple statements has statements executed concurrently.
Implements the GraphQL specification of 2018: http://spec.graphql.org/June2018/
Test Scripts
78 test functions are include.
cd parser
go test -v > test.all.log &
tail -10f test.all.log