command
Version:
v0.3.16
Opens a new window with list of versions in this module.
Published: Apr 6, 2026
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Basic hugr-app example: a minimal application with one scalar function and one table.
Usage:
# Start hugr dev-server first, then:
go run ./examples/hugr-app/basic/
GraphQL queries:
{ function { basic_app { add(a: 1, b: 2) } } }
{ basic_app { users { id name email } } }
Source Files
¶
Click to show internal directories.
Click to hide internal directories.