function
NonNull
func NonNull[T any](value T) NonNullInput[T]Construct a required generated mutation value that must not encode as JSON null.
Related types
NonNullInputA write-only generated mutation value that refuses to encode JSON null.