RelayMark document AST struct.
Summary
Types
@type t() :: %RelayMark.Document{ annotations: [RelayMark.Annotation.t()], blocks: [RelayMark.Block.t()], frontmatter: map(), resources: [RelayMark.Resource.t()], type: String.t(), version: pos_integer() }