GraphqlMarkdown.SinglePage (Graphql Markdown v0.5.1)

View Source

Single page generator from Graphql to Markdown

Summary

Functions

generate_section(type, details, schema_details)

generate_sections(schema_details)

render_schema(schema_details, options)

@spec render_schema(
  GraphqlMarkdown.Schema.t(),
  keyword()
) :: :ok | {:error, :renderer_error}