Spikard.FullSchemaConfig (spikard v0.15.6-rc.9)

Copy Markdown

Configuration for fully-featured schemas with Query, Mutation, and Subscription types

Summary

Types

t()

Configuration for fully-featured schemas with Query, Mutation, and Subscription types

Types

t()

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

Configuration for fully-featured schemas with Query, Mutation, and Subscription types