TypedGql.Language.StringValue (TypedGql v0.13.0)

Copy Markdown View Source

A string literal, from either the quoted or the block-string form.

Summary

Types

t()

@type t() :: %TypedGql.Language.StringValue{loc: map() | nil, value: String.t() | nil}