NoneValueNodeA node that represents the absence of a value. For instance, this could be set as a default value for a field of type OptionTypeNode.
| Attribute | Type | Description |
|---|---|---|
kind |
"noneValueNode" |
The node discriminator. |
This node has no children.
noneValueNode()Helper function that creates a NoneValueNode object.
const node = noneValueNode();