pub fn generate_elixir_graphql(schema: &str, target: &str) -> Result<String>Expand description
Generate Elixir GraphQL code from a schema.
Parses GraphQL SDL and emits Spikard.Router-based scaffolding with typed
schema modules, resolver stubs, and an embedded SDL definition.