Interface ScalarTypeDefinitionNode

interface ScalarTypeDefinitionNode {
    description?: StringValueNode;
    directives?: readonly ConstDirectiveNode[];
    kind: SCALAR_TYPE_DEFINITION;
    loc?: Location;
    name: NameNode;
}

Properties

description?: StringValueNode
directives?: readonly ConstDirectiveNode[]
loc?: Location
name: NameNode

Generated using TypeDoc