interface NullValueNode {
    kind: "NullValue";
    loc?: Location;
}

Properties

Properties

kind: "NullValue"
loc?: Location