Skip to content

Nullability

@required

Customizes the behavior of null values at runtime. When a field marked with @required is null, the parent object is set to null instead of the field itself. For more background on the pattern, see this post on the Relay blog.