class Capsium::Reactor::GraphqlApi

GraphQL over a mount’s datasets (POST and GET <mount>/graphql): executes the schema GraphqlSchema derives from the package’s storage and maps the overlay’s typed errors into the “errors” array (never a 500 on user error). Query fields read the merged collection; mutations match the REST semantics, schema validation included.