Spikard.QueryOnlyConfig (spikard v0.15.6-rc.6)

Copy Markdown

Configuration for schemas with only Query type

Summary

Types

t()

Configuration for schemas with only Query type

Types

t()

@type t() :: %Spikard.QueryOnlyConfig{
  complexity_limit: non_neg_integer() | nil,
  depth_limit: non_neg_integer() | nil,
  introspection_enabled: boolean()
}

Configuration for schemas with only Query type