Document

interface DocumentNode {
    definitions: readonly DefinitionNode[];
    kind: DOCUMENT;
    loc?: Location;
}

Hierarchy (view full)

Properties

Properties

definitions: readonly DefinitionNode[]
kind: DOCUMENT
loc?: Location

Generated using TypeDoc