Skip to main content

generate_elixir_graphql

Function generate_elixir_graphql 

Source
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.