package
2.1.0+incompatible
Repository: https://github.com/jexia/semaphore.git
Documentation: pkg.go.dev
# README
GraphQL
The GraphQL transport allows to expose flows as query objects.
All flows could be exposed with graphql
endpoints and the following optional options.
endpoint "flow" "graphql" {
path = "user.address"
name = "address"
base = "mutation"
}