Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 573 Bytes

NoneValueNode.md

File metadata and controls

25 lines (15 loc) · 573 Bytes

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();