Skip to main content

Crate vigy_graphql

Crate vigy_graphql 

Source
Expand description

GraphQL surface for vigy — async-graphql resolvers backed by RuntimeHandle. Read-side complete; write-side minimal (delegates to the same runtime methods the REST + gRPC surfaces use).

Schema mirrors spec/vigy.graphql. Subscriptions stream the reconcile event bus.

Structs§

Mutation
Query
VigyDto
VigyRunDto

Functions§

router
schema
serve

Type Aliases§

VigySchema