interface ScalarTypeExtensionNode {
    directives?: readonly DirectiveNode[];
    kind: "ScalarTypeExtension";
    loc?: Location;
    name: NameNode;
}

Properties

directives?: readonly DirectiveNode[]
kind: "ScalarTypeExtension"
loc?: Location
name: NameNode