TypeDB.Options.Query (TypeDB v0.2.2)

Copy Markdown View Source

Query options. See TypeDB.Options.

Summary

Types

t()

@type t() :: %TypeDB.Options.Query{
  answer_count_limit: pos_integer() | nil,
  include_instance_types: boolean() | nil,
  include_query_structure: boolean() | nil
}