Spikard.QueryMutationConfig (spikard v0.15.6-rc.4)

Copy Markdown

Configuration for schemas with Query and Mutation types

Summary

Types

t()

Configuration for schemas with Query and Mutation types

Types

t()

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

Configuration for schemas with Query and Mutation types