NoneValueNode.md 573 B

NoneValueNode

A node that represents the absence of a value. For instance, this could be set as a default value for a field of type OptionTypeNode.

Attributes

Data

Attribute Type Description
kind "noneValueNode" The node discriminator.

Children

This node has no children.

Functions

noneValueNode()

Helper function that creates a NoneValueNode object.

const node = noneValueNode();