KNN simiarity of missing or null values

I have a dataset with a lot of missing values. Curious, how does the GDS KNN algorithm handle missing/null values? I couldn't find any mention of this on the offical docs

Thanks

KNN will fail on missing values.
You should look into providing default values in your graph projection