interface ScalarTypeDefinitionNode {
    description?: StringValueNode;
    directives?: readonly DirectiveNode[];
    kind: "ScalarTypeDefinition";
    loc?: Location;
    name: NameNode;
}

Properties

description?: StringValueNode
directives?: readonly DirectiveNode[]
kind: "ScalarTypeDefinition"
loc?: Location
name: NameNode