Interface ScalarTypeExtensionNode

interface ScalarTypeExtensionNode {
    directives?: readonly ConstDirectiveNode[];
    kind: SCALAR_TYPE_EXTENSION;
    loc?: Location;
    name: NameNode;
}

Properties

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

Generated using TypeDoc